aboutsummaryrefslogtreecommitdiff
path: root/src/main/scala/firrtl/Test.scala
AgeCommit message (Collapse)Author
2015-11-23Rename Test.scala to Driver.scalajackkoenig
2015-10-15Added infer-types pass, seems to work. Added infer-types error checking, ↵Jack
modified Logger slightly, added Primops object for utility functions, minor changes in Utils
2015-10-14Moved Logger to new private object DebugUtils, changed UInt/SInt value ↵Jack
printing to match stanza implementation
2015-10-12Added initial support for debug printing for lit based testing, most types ↵Jack
of printVars still missing. Added Logger class for debug printing
2015-10-06Added ability to test scala FIRRTLJack