index
:
chiselX
abstract-module
master
scala3-main-test
scala3-support
scala3-support-chisel6
Chisel with SFC compatibility
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
scala
/
chiselTests
/
Counter.scala
Age
Commit message (
Expand
)
Author
2023-11-23
cleanup
Aditya Naik
2022-01-10
Apply scalafmt
Jack Koenig
2020-10-01
Move Chisel3 to SPDX license conventions (#1604)
Chick Markley
2020-08-13
Allow counters to be reset manually (#1527)
Josh Bassett
2020-08-11
Restore Counter.n API (#1546)
Jack Koenig
2020-07-30
Allow a counter to be instantiated using a Scala range (#1515)
Josh Bassett
2019-05-20
Repackagecore rebase (#1078)
Jim Lawson
2017-03-08
Deprecate old Reg with nulls constructor (#455)
Richard Lin
2016-11-21
Fix all deprecations from new style
ducky
2016-11-21
Restyle a lot of test code, mainly with regex
ducky
2016-06-20
Rename "package", "import", and explicit references to "chisel3".
Jim Lawson
2016-06-08
Move utils into utils
ducky
2016-06-08
Rename Chisel -> chisel in tests
ducky
2016-04-14
Disallow Counters with negative n
Andrew Waterman
2016-01-30
Add BlackBox support and test, refactor execute => assertTesterPasses
ducky
2015-12-11
Refactor tests to use stop() and assert() instead of io.error/io.done
ducky
2015-11-06
added elaboration tests for remaining old Chisel3 examples
Henry Cook
2015-11-06
Fix counter tests
Henry Cook
2015-11-04
Remove Parameters library and refactor Driver.
Henry Cook
2015-10-23
Whitespace scalastyle fixes for tests
ducky
2015-08-13
Counter tests
Henry Cook