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
/
main
/
scala
/
chisel3
/
util
/
Counter.scala
Age
Commit message (
Expand
)
Author
2024-06-03
fix stuff in src/
Aditya Naik
2022-07-21
Deprecate chiselName and NoChiselNamePrefix trait (#2627) (#2633)
mergify[bot]
2022-07-06
Implement trait for Chisel compiler to name arbitrary non-Data types (#2610) ...
mergify[bot]
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
2020-04-10
Make Counter emit valid FIRRTL (#1408)
Jack Koenig
2019-06-11
Added documentation to Decoupled, Conditionals, Counter (#1015)
Adam Izraelevitz
2017-12-13
Improve some of the ScalaDoc in chisel3.util
Jack Koenig
2017-03-08
Deprecate old Reg with nulls constructor (#455)
Richard Lin
2017-03-08
In Counter, use log2Ceil instead of log2Up
Andrew Waterman
2017-02-07
Name all the things
ducky
2016-11-21
Restyle a lot of test code, mainly with regex
ducky
2016-09-29
Consolidate CompileOptions and re-enable NotStrict pending macro work.
Jim Lawson
2016-09-29
Massive rename of CompileOptions.
Jim Lawson
2016-09-23
Merge branch 'master' into gsdt
Jim Lawson
2016-09-21
Improved scaladoc in utils and friends
ducky
2016-09-01
Move connection implicits from Module constructor to connection methods.
Jim Lawson
2016-08-09
counter(inc,n) example should reflect actual use (#252)
Colin Schmidt
2016-06-20
Rename "package", "import", and explicit references to "chisel3".
Jim Lawson
2016-06-20
Rename chisel3 package.
Jim Lawson