summaryrefslogtreecommitdiff
path: root/core/src/main/scala/chisel3/Module.scala
AgeCommit message (Expand)Author
2024-08-02Update Module.scalaAditya Naik
2024-07-24Working on Module.scalaAditya Naik
2024-07-24Update Builder.scalaAditya Naik
2024-06-05Readd ports that were deleted for testingAditya Naik
2024-06-03Get core to compileAditya Naik
2024-05-31Remove sourceinfo, compileoptions and other fixesAditya Naik
2024-05-29i got 99 errors but "firrtl not found" aint oneAditya Naik
2024-05-03Get cleanup to compileAditya Naik
2022-12-08Replay changes on 3.5.x (#2865)mergify[bot]
2022-11-10Add unit tests and fix for #2794 , add unit tests for #2773 (backport #2792)...mergify[bot]
2022-11-10Unify Chisel2 and chisel3 directionality (backport #2634) (#2837)mergify[bot]
2022-11-08Improve Record.bind and Detect Records with unstable elements (backport #2829...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-08Added migration for inferModuleReset (#2571) (#2573)mergify[bot]
2022-05-27Make ExtModule port naming consistent with Module (#2548) (#2549)mergify[bot]
2022-03-09Support BlackBoxes in D/I (#2438) (#2442)mergify[bot]
2022-02-11Hierarchy API: make Mems lookupable (#2404) (#2410)mergify[bot]
2022-01-10Apply scalafmtJack Koenig
2021-10-29Exposing more APIs from D/I internals (#2220)Adam Izraelevitz
2021-10-27Add Select APIs for Hierarchy package (#2210)Adam Izraelevitz
2021-10-25Bugfix: fix isACloneOf (#2205)Adam Izraelevitz
2021-10-05Deprecate auto-application of empty argument lists to parameterless functions...Jared Barocsi
2021-09-08Restore return type of BaseModule.toTarget to ModuleTarget (#2117)Jack Koenig
2021-09-05Add Definition and Instance API (#2045)Adam Izraelevitz
2021-08-12Add DataView (#1955)Jack Koenig
2021-06-29Change behavior of aop.Select to not include CloneModuleAsRecordJack Koenig
2021-06-29Restore aop.Select behavior for CloneModuleAsRecordJack Koenig
2021-06-28Set refs for ModuleClone and ClonePorts in less hacky wayJack Koenig
2021-06-28Fix CloneModuleAsRecord support for .toTargetJack Koenig
2021-04-29Scala 2.13 support (#1751)Jack Koenig
2021-02-26Expose AnnotationSeq to Module. (#1731)Jiuyang Liu
2021-02-09Make it possible to GC Data instancesJack Koenig
2021-01-21Remove val ioJack Koenig
2021-01-21Deprecate override_clock and override_reset in ModuleJack Koenig
2021-01-21Rename MultiIOModule to ModuleJack Koenig
2020-10-26Bugfix - module name collision for injecting aspect (#1635)Adam Izraelevitz
2020-10-01Move Chisel3 to SPDX license conventions (#1604)Chick Markley
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