| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-06-02 | merge + fix trim to use correct bits operands | jackbackrack | |
| 2015-05-29 | fix concat, as-sint, turn off temp-elimination | jackbackrack | |
| 2015-05-27 | Added sequential memories. mem no longer exists, must declare either cmem or ↵ | azidar | |
| smem. Added firrtl-gensym utility to generate a hashmap of names | |||
| 2015-05-27 | Added external modules. Switched lower firrtl back to wire r; r := Register, ↵ | azidar | |
| instead of using nodes. Added a renaming pass for different backends. This will likely get deprecated, as a more robust name mangling scheme could be needed | |||
| 2015-05-21 | fix pad/trim pass and fix bug in bits-select width inference | jackbackrack | |
| 2015-05-21 | Added pad pass, used for flo backend | azidar | |
| 2015-05-20 | Merge branch 'master' of github.com:ucb-bar/firrtl | azidar | |
| 2015-05-20 | fix writeport emission for flo | jackbackrack | |
| 2015-05-20 | Added Pad pass to flo.stanza, which pads widths to make := and primops ↵ | azidar | |
| strict. Have not tested this | |||
| 2015-05-19 | get flo backend running again with no pads and generic operators | jackbackrack | |
| 2015-05-18 | Big API Change. Pad is no longer supported. Widths of primops can be ↵ | azidar | |
| flexible, and the output is usually the max of the inputs. Removed all u/s variants, which need to be dealt with in backends where it matters | |||
| 2015-05-15 | Updated firrtl for its passes to be a bit more modular, and to enable ↵ | azidar | |
| plugging in other backends. Also updated a lot of tests, but not all of them because its annoying. | |||
