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