aboutsummaryrefslogtreecommitdiff
path: root/test/parser
AgeCommit message (Expand)Author
2016-02-09Added remaining check passes. Ready for open sourcingazidar
2016-02-09Bug fixes, close to getting correct rocket-firrtl.fir throughazidar
2016-02-09Added Lower Types.azidar
2016-02-09Added test for UInt/SInts that take stringsazidar
2016-02-09Changed stanza output of UInt/SInt to include widths. Made tests match accord...azidar
2016-01-29Update parser tests to match 0.2.0 spec, Scala FIRRTL passes these testsJack
2016-01-16Finished adding clocks to Stop and Printazidar
2015-11-02Deleted extranous passes.stanza comments, updated standard passes. Added supp...jackkoenig
2015-10-14Modified getType to return Type rather than Option[Type] which makes more sen...Jack
2015-10-14Moved Logger to new private object DebugUtils, changed UInt/SInt value printi...Jack
2015-10-12Added support for no width to mean unknown, and print nothing instead of <?> ...Jack
2015-10-06Added ability to test scala FIRRTLJack