aboutsummaryrefslogtreecommitdiff
path: root/test/passes/expand-whens/two-when.fir
AgeCommit message (Expand)Author
2016-01-17BIT-AND, BIT-OR, and BIT-XOR now can accept SInts. Fixed testsazidar
2016-01-16WIP. Fixed a bunch of tests. Starting on implementing chirrtl, but hit roadbl...azidar
2016-01-16New memory works with verilog. Slowly changing tests and fixing bugs.azidar
2015-08-24Changed all tests to use verilog backend.azidar
2015-07-31Updated tests to pipe from stderr to stdoutazidar
2015-07-14Added tests for clocks. Added remove scope and special chars passes. Added te...azidar
2015-07-14Still partial commit, many tests pass. Many tests fail.azidar
2015-05-27Added sequential memories. mem no longer exists, must declare either cmem or ...azidar
2015-05-15Updated firrtl for its passes to be a bit more modular, and to enable pluggin...azidar
2015-04-23Added new parser. Fixed all Tests. Added on-reset to parser, but don't correc...azidar
2015-04-20Fixed tests to use new execution arguments. Added and fixed chisel3 bugsazidar
2015-03-27Corrected register init by adding initialization of registers pass after lowe...azidar
2015-03-23Finished first two parts of expand-whens pass. Fixed inits by adding WRegInit...azidar
2015-03-18Finished expand accessors and lower to groundazidar