aboutsummaryrefslogtreecommitdiff
path: root/src/test/resources/top.cpp
AgeCommit message (Collapse)Author
2017-01-29Keep firrtl's simulation environment in sync with chisel's. (#425)Jim Lawson
2016-12-08Clk2clock - rename the implicit "clk" module input "clock" (#387)Jim Lawson
* Rename implict module "clk" input to "clock". This doesn't rename all the "self-contained" test instances. nor the memory "clk" enables, nor the implict module "clk"s in the regress .fir files. * Consistency: rename implict module "clk" input to "clock" in "self-contained" test instances. This doesn't rename the memory "clk" enables, nor the implict module "clk"s in the regress .fir files.
2016-11-04Cleanup license at top of every file (#364)Jack Koenig
Replace with more sensible comment to see LICENSE rather than including the whole license in every file
2016-05-03Make simulations that time out fail when run in firrtlTestsjackkoenig
2016-04-20Fix top.cpp reset race condition #137jackkoenig
2016-03-15Revamp string literal handlingjackkoenig