aboutsummaryrefslogtreecommitdiff
path: root/src/main
AgeCommit message (Collapse)Author
2015-07-07Pass most tests. The ones that do not pass are not expected to, yetazidar
2015-07-06Still partial commit, many tests pass. Many tests fail.azidar
2015-07-06Partial commitazidar
2015-07-06In progress commitazidar
2015-07-06Updated todoazidar
2015-07-02Added firrtl-lexerazidar
2015-07-02Fixed performance bugs, runs 7x fasterazidar
2015-07-02Fixed stanza, optimize works, added a time printoutazidar
2015-07-02Hopefully fixed stanza so it can correctly compile itselfazidar
2015-07-01Updated TODO.azidar
2015-06-12Major revisions to spec. Bumped to v0.1.2azidar
2015-06-04Fixed fir files so they correctly compile to verilog! Front-end needs to ↵azidar
generate as-SInt instead of convert, always. Added fast build to Makefile
2015-06-03Fixed verilog backend bugs. Passes ALU. Fails Datapathazidar
2015-06-02Added low firrtl check. Corrected bug in prefix matching in high firrtl checkazidar
2015-06-02Changed Core.fir so dshl wasn't huge. Fixed padding pass to preserve correct ↵azidar
low-firrtl syntax. Generates verilog that compiles, but is not correct
2015-06-02Merge branch 'master' of github.com:ucb-bar/firrtlazidar
2015-06-02Added sequential/combinational memories. Started debugging verilog backend. ↵azidar
Added Long support so UInt(LARGENUMBER) works
2015-06-02turn off eliminate-temps until improvedjackbackrack
2015-06-02merge + fix trim to use correct bits operandsjackbackrack
2015-05-29fix concat, as-sint, turn off temp-eliminationjackbackrack
2015-05-29Fixed bugs in when-coverage pass. Works but has not been thoroughly testedazidar
2015-05-29Added custom pass. Does not correctly run, stanza just spins. Requires ↵azidar
debugging.
2015-05-27Added 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-27Added 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-26Added <>. Added additional checks for primops. Added new chisel3 files.azidar
2015-05-21fix pad/trim pass and fix bug in bits-select width inferencejackbackrack
2015-05-21Added pad pass, used for flo backendazidar
2015-05-20Merge branch 'master' of github.com:ucb-bar/firrtlazidar
2015-05-20fix writeport emission for flojackbackrack
2015-05-20Added Pad pass to flo.stanza, which pads widths to make := and primops ↵azidar
strict. Have not tested this
2015-05-19Merge pull request #8 from jackbackrack/masterAdam Izraelevitz
new flo backend without pads but with generic ops
2015-05-19mergejackbackrack
2015-05-19get flo backend running again with no pads and generic operatorsjackbackrack
2015-05-19Added support for non-inlined modules in verilog backendazidar
2015-05-18get coercion running for flo backend and disable negative lit checkjackbackrack
2015-05-18First pass at a Verilog Backend. Not tested, but compiles and generates ↵azidar
reasonable verilog. Requires inlining, future versions will instantiate modules
2015-05-18Big 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-15Updated 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.
2015-05-14mergejackbackrack
2015-05-13Added source indicators from FIRRTL files. Pass in -p i to get them printed. ↵azidar
Should show up with check passes
2015-05-13Updated Spec. Added scoped-reg which exposes on-reset bug. Fixed lowering bugazidar
2015-05-07do signed padding as welljackbackrack
2015-05-05Added a bunch of tests. In the middle of implementing check kinds and check ↵azidar
types. Does not compile
2015-05-04mergejackbackrack
2015-05-04Fixed bug where instance types were not loweredazidar
2015-05-04mergejackbackrack
2015-05-04Merge branch 'master' of github.com:ucb-bar/firrtlazidar
2015-05-04Updated stuffazidar
2015-05-04add reduction operatorsjackbackrack
2015-05-04Merge pull request #6 from jackbackrack/masterAdam Izraelevitz
firrtl + flo now working with tutorial examples