summaryrefslogtreecommitdiff
path: root/src/main/scala/Chisel/CoreUtil.scala
AgeCommit message (Expand)Author
2016-05-05Move Chisel API into separate chiselFrontend compilation unit in preparation ...ducky
2016-04-26Scalastyle fixes and "ignores". - No functional changes.Jim Lawson
2016-04-14Don't eagerly evaluate assertion failure stringsAndrew Waterman
2016-03-28Allow invocation of printf without applying resetAndrew Waterman
2016-03-28Apply DeMorgan's law to improve assert code readabilityAndrew Waterman
2016-02-08Separate assertion failure message from source locator lineducky
2016-01-28Add macros so assert prints prettierducky
2016-01-23Move firrtl subpackage to inside internal subpackage.jackkoenig
2016-01-12elaboration-time asserts should call Predef.assertAndrew Waterman
2015-12-31Add assert(Boolean), assert(Boolean, String)Palmer Dabbelt
2015-12-11Refactor tests to use stop() and assert() instead of io.error/io.doneducky
2015-12-11Add support for printf and asserts, add testbench for asserts and printfducky