aboutsummaryrefslogtreecommitdiff
path: root/test/chisel3/Datapath.fir
AgeCommit message (Collapse)Author
2015-08-24Removed old chisel3 tests that all failed for syntax reasons. Tests should ↵azidar
now be small examples, categorized by either passes, errors, or features.
2015-07-14Added clock supportazidar
2015-07-14Pass most tests. The ones that do not pass are not expected to, yetazidar
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 sequential/combinational memories. Started debugging verilog backend. ↵azidar
Added Long support so UInt(LARGENUMBER) works
2015-05-21Added pad pass, used for flo backendazidar
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-04Fixed bug where instance types were not loweredazidar
2015-05-04Updated stuffazidar
2015-05-04Fixed change where type of mux-ss was incorrectazidar
2015-05-02Added a infrastructure for check passes, and wrote a fewazidar