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
/
RecordSpec.scala
Age
Commit message (
Expand
)
Author
2022-11-15
fullModulePorts + Opaque Types Fix and Test (#2845) (#2846)
mergify[bot]
2022-11-08
Switch to using experimental trait for OpaqueTypes (backport #2783) (#2836)
mergify[bot]
2022-11-08
Improve Record.bind and Detect Records with unstable elements (backport #2829...
mergify[bot]
2022-08-29
Fix OpaqueSlot handling of contextual names (#2708) (#2712)
mergify[bot]
2022-08-25
Bugfix - OpaqueSlot replace invalid localName (backport #2701) (#2702)
mergify[bot]
2022-08-24
Backport .toTarget deprecation warning information (3.5.x) (#2697)
Zachary Yedidia
2022-08-16
Add OpaqueType support to Records (backport #2662) (#2679)
mergify[bot]
2022-03-10
Emit FIRRTL bulkconnects whenever possible (#2381) (#2440)
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-14
Fix Cat rename signal (#2011)
Leway Colin
2020-10-01
Move Chisel3 to SPDX license conventions (#1604)
Chick Markley
2020-06-22
Use ChiselStage in Tests
Schuyler Eldridge
2020-04-10
Expose checkTypeEquivalence as a public API (#1402)
Sequencer
2019-03-18
Split #974 into two PRs - scalastyle updates (#1037)
Jim Lawson
2017-12-19
Properly invalidate submodule IOs in tests (#745)
Jack Koenig
2017-12-14
Fix a few compiler warnings (#738)
Jack Koenig
2017-06-26
Directions internals mega-refactor (#617)
Richard Lin
2017-04-26
Deprecate fromBits and clock/reset constructors (#583)
Richard Lin
2017-02-27
Add test for digit field names in Records
Jack Koenig
2017-01-20
Add Record as new superclass of Bundle (#366)
Jack Koenig