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
/
Valid.scala
Age
Commit message (
Expand
)
Author
2022-06-27
Deprecate TransitName (backport #2603) (#2606)
mergify[bot]
2022-01-10
Apply scalafmt
Jack Koenig
2021-11-03
Add field grouping ScalaDoc for other subclasses of Bundle (#2214)
Abongwa Bonalais
2021-10-08
Add nullary .fire to Valid and deprecate dummy version (#2156)
Jack Koenig
2021-10-05
Remove all Bundle cloneTypes and chiselRuntimeDeprecate its use (#2052)
Megan Wachs
2020-10-01
Move Chisel3 to SPDX license conventions (#1604)
Chick Markley
2020-09-15
make parameters for util modules public (#1452)
Albert Chen
2019-05-20
Repackagecore rebase (#1078)
Jim Lawson
2019-05-13
Fix miscellaneous Scaladoc warnings
Schuyler Eldridge
2019-03-15
Use TransitName for improved Pipe naming (#1024)
Schuyler Eldridge
2019-02-18
Add requirement that Pipe latency >= 0
Schuyler Eldridge
2019-02-18
Add Scaladoc for chisel3.util.Pipe
Schuyler Eldridge
2019-02-18
Add Scaldoc for chisel3.util.Valid
Schuyler Eldridge
2018-01-23
Runtime API deprecation warnings (#761)
Richard Lin
2017-12-13
Improve some of the ScalaDoc in chisel3.util
Jack Koenig
2017-08-01
Address scalastyle issues, out of date comments, extraneous imports. (#658)
Jim Lawson
2017-05-25
Update internal Pipe wiring - fixes #615" (#616)
Jim Lawson
2017-04-26
Dropimportnotstrict492 - More updates to get things through rocket-chip. (#592)
Jim Lawson
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-02-07
Name all the things
ducky
2016-11-29
Add feature warnings to build, fix feature warnings, fix some documentation (...
Richard Lin
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-08-29
Rename CompileOptions implicit objects.
Jim Lawson
2016-08-29
Pass compileOptions as an implicit Module parameter.
Jim Lawson
2016-07-21
Introduce chiselCloneType to distinguish from cloneType.
Jim Lawson
2016-07-20
Compile ok.
Jim Lawson
2016-07-19
Merge branch 'sdtwigg_rebase_renamechisel3' into sdtwigg_wrap_renamechisel3
Jim Lawson
2016-07-18
Update Chisel -> chisel3 references.
Jim Lawson
2016-07-18
Rename "Chisel" to "chisel3" (only git mv).
Jim Lawson