aboutsummaryrefslogtreecommitdiff
path: root/test/chisel3
AgeCommit message (Collapse)Author
2015-05-02Added a infrastructure for check passes, and wrote a fewazidar
2015-05-02Now when expanding ConnectFrom/ToIndex, create a node for the index so it ↵azidar
isn't duplicated for all the whens
2015-05-01Fixed performance bug where PlusWidth, MinusWidth, and ExpWidth could be ↵azidar
simplified earlier, and also now have equal? defined so mMaxWidth doesn't blow up during width inference
2015-05-01Fixed bug where the enable was looked at for lowering MUX.azidar
2015-04-29Fixed bug in lowering of subfields. Fixed ModuleVec.fir to be correctazidar
2015-04-28Instances are now male. Reworked lowering pass to be sane. ↵azidar
chisel3/ModuleVec.fir doesn't work because incorrecly generated?
2015-04-22Added new test that breaks current parser. updated todoazidar
2015-04-21Added new testazidar
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