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
/
test
/
scala
/
chiselTests
/
BundleSpec.scala
Age
Commit message (
Expand
)
Author
2022-03-10
Emit FIRRTL bulkconnects whenever possible (#2381) (#2440)
mergify[bot]
2022-02-01
Chisel plugin bundle elements handler (#2306) (#2380)
mergify[bot]
2022-01-10
Apply scalafmt
Jack Koenig
2021-12-17
Improve exception message for aliased bundle fields (#2304)
Chick Markley
2021-10-05
Remove all Bundle cloneTypes and chiselRuntimeDeprecate its use (#2052)
Megan Wachs
2021-07-28
Bundles can no longer be instantiated with bound hardware (#2046)
Jared Barocsi
2020-11-05
For HasId.setRef, have first set win (with force override) (#1655)
Jack Koenig
2020-11-03
Remove Data.setRef assertion (#1654)
Jack Koenig
2020-10-01
Move Chisel3 to SPDX license conventions (#1604)
Chick Markley
2020-06-22
Use ChiselStage in Tests
Schuyler Eldridge
2019-05-20
Repackagecore rebase (#1078)
Jim Lawson
2019-04-01
Detect bundle aliasing (#1050)
Richard Lin
2019-03-18
Split #974 into two PRs - scalastyle updates (#1037)
Jim Lawson
2018-08-22
Use a mix-in to override Seq error
Edward Wang
2018-08-22
Warn user that using Seq for hardware construction in Bundle is not supported
Edward Wang
2017-04-26
Deprecate fromBits and clock/reset constructors (#583)
Richard Lin
2017-01-20
Add Record as new superclass of Bundle (#366)
Jack Koenig