summaryrefslogtreecommitdiff
path: root/src/test/scala/chiselTests/Counter.scala
AgeCommit message (Expand)Author
2022-01-10Apply scalafmtJack Koenig
2020-10-01Move Chisel3 to SPDX license conventions (#1604)Chick Markley
2020-08-13Allow counters to be reset manually (#1527)Josh Bassett
2020-08-11Restore Counter.n API (#1546)Jack Koenig
2020-07-30Allow a counter to be instantiated using a Scala range (#1515)Josh Bassett
2019-05-20Repackagecore rebase (#1078)Jim Lawson
2017-03-08Deprecate old Reg with nulls constructor (#455)Richard Lin
2016-11-21Fix all deprecations from new styleducky
2016-11-21Restyle a lot of test code, mainly with regexducky
2016-06-20Rename "package", "import", and explicit references to "chisel3".Jim Lawson
2016-06-08Move utils into utilsducky
2016-06-08Rename Chisel -> chisel in testsducky
2016-04-14Disallow Counters with negative nAndrew Waterman
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-11-06added elaboration tests for remaining old Chisel3 examplesHenry Cook
2015-11-06Fix counter testsHenry Cook
2015-11-04Remove Parameters library and refactor Driver.Henry Cook
2015-10-23Whitespace scalastyle fixes for testsducky
2015-08-13Counter testsHenry Cook