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
/
core
/
src
/
main
/
scala
/
chisel3
/
Data.scala
Age
Commit message (
Expand
)
Author
2022-09-29
Add lexical scope checks to Assert, Assume and Printf (#2706) (#2753)
mergify[bot]
2022-08-31
Wires should have source location information in firrtl (#2714) (#2716)
mergify[bot]
2022-08-18
Add generic `Data` equality (===) via extension method (#2669) (#2691)
mergify[bot]
2022-08-05
Replace some options with nullable vars (backport #2658) (#2659)
mergify[bot]
2022-07-08
CompileOptions: add and use emitStrictConnects (#2622) (#2623)
mergify[bot]
2022-06-23
Add DataMirror isIO, isReg, isWire (#2601) (#2602)
mergify[bot]
2022-06-13
Add ImplicitInvalidate, to help migrate the explicitInvalidate compiler optio...
mergify[bot]
2022-04-12
Enhance views to [sometimes] support dynamic indexing and implement FlatIO (b...
mergify[bot]
2022-02-01
Chisel plugin bundle elements handler (#2306) (#2380)
mergify[bot]
2022-01-10
Apply scalafmt
Jack Koenig
2021-12-15
Restore Port to public API and deprecate (#2302)
Jack Koenig
2021-12-09
Better MonoConnect error messages (#2248)
Aditya Naik
2021-12-02
Refactor Data.toString (#2197)
Aditya Naik
2021-10-05
Deprecate auto-application of empty argument lists to parameterless functions...
Jared Barocsi
2021-08-12
Add DataView (#1955)
Jack Koenig
2021-06-29
deprecate getPorts with modulePorts. (#1945)
Jiuyang Liu
2021-04-29
Scala 2.13 support (#1751)
Jack Koenig
2021-04-27
Introduce VecLiterals (#1834)
Chick Markley
2021-02-09
Make it possible to GC Data instances
Jack Koenig
2021-02-03
Remove Deprecated APIs (#1730)
Jiuyang Liu
2020-12-01
Fix RegInit of Bundle lits (#1688)
Jack Koenig
2020-10-22
Use Data refs for name prefixing with aggregate elements (#1616)
Jack Koenig
2020-10-01
Move Chisel3 to SPDX license conventions (#1604)
Chick Markley
2020-08-11
Bug fix for manipulating submodules in aspects (#1538)
Justin Deters
2020-07-31
Check whether signals escape their when scopes (#1518)
Albert Magyar
2020-07-29
Improved Chisel Naming via Compiler Plugins + Prefixing (#1448)
Adam Izraelevitz
2020-07-21
Delete outdated scalastyle configuration comments from source
Albert Magyar
2020-04-10
Expose checkTypeEquivalence as a public API (#1402)
Sequencer
2020-03-25
Rename subprojects to more canonical names
Jack Koenig