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
/
LFSR.scala
Age
Commit message (
Expand
)
Author
2020-06-16
Move Deprecated LFSR16 to Compatibility
Schuyler Eldridge
2019-07-31
Fix deprecated Vec usage in chisel3.util.LFSR16
Schuyler Eldridge
2019-05-10
Change LFSR16 deprecation from 3.3 -> 3.2
Schuyler Eldridge
2019-05-10
Fix LFSR regression
Andrew Waterman
2019-05-09
Deprecate LFSR16, use FibonacciLFSR internally
Schuyler Eldridge
2019-02-19
Util doc lsfr (#1021)
Chick Markley
2017-03-08
Deprecate old Reg with nulls constructor (#455)
Richard Lin
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-22
Update rest of docs
ducky
2016-09-01
Move connection implicits from Module constructor to connection methods.
Jim Lawson
2016-06-20
Rename "package", "import", and explicit references to "chisel3".
Jim Lawson
2016-06-20
Rename chisel3 package.
Jim Lawson