summaryrefslogtreecommitdiff
path: root/core/src/main/scala/chisel3/RawModule.scala
AgeCommit message (Expand)Author
2022-11-11Change RawModule._commands to a VectorBuilder (backport #2839) (#2841)mergify[bot]
2022-06-16Define leading '_' as API for creating temporaries (backport #2580) (#2581)mergify[bot]
2022-06-13Add ImplicitInvalidate, to help migrate the explicitInvalidate compiler optio...mergify[bot]
2022-06-06Add --warn:reflective-naming (backport #2561) (#2565)mergify[bot]
2022-05-27Make ExtModule port naming consistent with Module (#2548) (#2549)mergify[bot]
2022-01-20Fix Compatibility Module io wrapping (#2355) (#2358)mergify[bot]
2022-01-10Apply scalafmtJack Koenig
2021-12-15Restore Port to public API and deprecate (#2302)Jack Koenig
2021-10-20Update computeName and callsites (#2192)Aditya Naik
2021-10-05Fix naming of unwrapped val io in Chisel.Modules (#2150)Jack Koenig
2021-09-23make all verification statements publically available (#2089)Kevin Laeufer
2021-09-05Add Definition and Instance API (#2045)Adam Izraelevitz
2021-08-12Add DataView (#1955)Jack Koenig
2021-06-29deprecate getPorts with modulePorts. (#1945)Jiuyang Liu
2021-06-28Set refs for ModuleClone and ClonePorts in less hacky wayJack Koenig
2021-06-28Fix CloneModuleAsRecord support for .toTargetJack Koenig
2021-06-24create and extend annotatable BaseSim class for verification nodes (#1968)Deborah Soung
2021-04-29Scala 2.13 support (#1751)Jack Koenig
2021-02-09Make it possible to GC Data instancesJack Koenig
2021-01-21Apply suggestions from code reviewJack Koenig
2021-01-21Fold Chisel.CompatibilityModule into chisel3.internal.LegacyModuleJack Koenig
2021-01-21Remove val ioJack Koenig
2021-01-21Rename MultiIOModule to ModuleJack Koenig
2020-10-01Move Chisel3 to SPDX license conventions (#1604)Chick Markley
2020-08-12Deprecate Module.io and BlackBox.io (#1550)Jack Koenig
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-03-25Rename subprojects to more canonical namesJack Koenig