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