aboutsummaryrefslogtreecommitdiff
path: root/regress/rocket.fir
AgeCommit message (Collapse)Author
2018-02-21Change primop arg type (#587)Adam Izraelevitz
* Changed primops to not accept mixed-type args * Changed return type of sub of two uints to uint * Added negative tests * Removed rocket.fir. Manually changed RocketCore to not mix mul arg types. Added integration tests * Clarified test description and remove println * Fixed use of throwInternalError
2017-03-15Use newer rocket regression spec without comb loopAlbert Magyar
2016-02-23Add rocket regression, just runs rocket.fir through Verilog compiler and ↵Jack
compares to expected Verilog. Uses ScalaTest. Should be eventually replaced with actual simulation of rocket-chip
2016-02-09CHIRRTL passes work, parser is updatedazidar
2016-01-28Update rocket regressionAndrew Waterman
2016-01-23Update rocket regressionAndrew Waterman
2016-01-16WIP need to correctly output readwrite portsazidar
2015-08-26Added regression testazidar