summaryrefslogtreecommitdiff
path: root/src/test/scala/chiselTests/Assert.scala
AgeCommit message (Expand)Author
2022-09-29Add lexical scope checks to Assert, Assume and Printf (#2706) (#2753)mergify[bot]
2022-08-15Printables for verification preconditions (backport #2663) (#2680)mergify[bot]
2022-01-10Apply scalafmtJack Koenig
2020-10-01Move Chisel3 to SPDX license conventions (#1604)Chick Markley
2020-06-22Use ChiselStage in TestsSchuyler Eldridge
2019-05-20Repackagecore rebase (#1078)Jim Lawson
2018-12-04Add asBool, deprecate toBoolJack Koenig
2017-12-22Fixes format strings in assertions. Fixes #540 (#542)Jack Koenig
2017-08-17Make Reset a trait (#672)Jack Koenig
2017-03-08Deprecate old Reg with nulls constructor (#455)Richard Lin
2017-02-24Escape % in assertion messagesJack Koenig
2016-11-21Restyle a lot of test code, mainly with regexducky
2016-09-29Massive rename of CompileOptions.Jim Lawson
2016-08-29Rename CompileOptions implicit objects.Jim Lawson
2016-08-29Pass compileOptions as an implicit Module parameter.Jim Lawson
2016-07-25Minimize differences with master.Jim Lawson
2016-07-20Distinguish between ?Int.Lit and ?Int.widthJim Lawson
2016-07-19Merge branch 'sdtwigg_rebase_renamechisel3' into sdtwigg_wrap_renamechisel3Jim Lawson
2016-07-18Update Chisel -> chisel3 references.Jim Lawson
2016-06-21New Module, IO, Input/Output wrapping.Jim Lawson
2016-03-18Add test for assertions in modules with pipedlined resetjackkoenig
2016-01-30Add BlackBox support and test, refactor execute => assertTesterPassesducky
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