summaryrefslogtreecommitdiff
path: root/src/main/scala/chisel3/util/Reg.scala
AgeCommit message (Expand)Author
2024-06-04Culprit is the map in random/LFSR.scala. Delete itAditya Naik
2022-05-14Deprecate named arguments for methods moving to macros in 3.6 (#2530)Jack Koenig
2022-01-10Apply scalafmtJack Koenig
2021-05-09Fix ShiftRegister with 0 delay. (#1903)Jiuyang Liu
2021-05-06add ShiftRegisters to expose register inside ShiftRegister. (#1723)Jiuyang Liu
2020-10-01Move Chisel3 to SPDX license conventions (#1604)Chick Markley
2019-02-19Documentation for Reg utilities (#1018)Martin Schoeberl
2017-10-05the cloneType and chiselCloneType hot mess 🔥 (#653)Richard Lin
2017-04-25Remove explicit import of NotStrict - fixes #492 (#494)Jim Lawson
2017-03-08Deprecate old Reg with nulls constructor (#455)Richard Lin
2017-01-30Add shift register with reset (#439)Stevo
2016-11-21Restyle a lot of test code, mainly with regexducky
2016-11-18Shift register enable gates all stages, not just firstStevo
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-09Convert to NotStrict for internal connection checks.Jim Lawson
2016-09-01Move connection implicits from Module constructor to connection methods.Jim Lawson
2016-08-17Reduce rocket-chip elaboration errors.Jim Lawson
2016-07-21Introduce chiselCloneType to distinguish from cloneType.Jim Lawson
2016-07-18Update Chisel -> chisel3 references.Jim Lawson
2016-07-18Rename "Chisel" to "chisel3" (only git mv).Jim Lawson
2016-06-20Rename "package", "import", and explicit references to "chisel3".Jim Lawson
2016-06-20Rename chisel3 package.Jim Lawson