aboutsummaryrefslogtreecommitdiff
path: root/test/chisel3/LFSR16.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-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-04-28Instances are now male. Reworked lowering pass to be sane. ↵azidar
chisel3/ModuleVec.fir doesn't work because incorrecly generated?
2015-04-20Fixed tests to use new execution arguments. Added and fixed chisel3 bugsazidar
2015-04-16Updated parser to correctly read empty statementsazidar
2015-04-13new chisel3 testsjackbackrack