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