summaryrefslogtreecommitdiff
path: root/core/src/main/scala/chisel3/internal/Builder.scala
AgeCommit message (Expand)Author
2022-05-12Support separately elaborating definition and instance in ChiselStage (backpo...mergify[bot]
2022-04-12Optimize memory use of naming prefixes (#2471) (#2480)mergify[bot]
2022-04-05Micro-optimize Namespace.name (#2474) (#2475)mergify[bot]
2022-04-05Micro-optimize String building in _computeName (#2472) (#2473)mergify[bot]
2022-03-30Use var List instead of ListBuffer to save memory (#2465) (#2467)mergify[bot]
2022-02-11Hierarchy API: make Mems lookupable (#2404) (#2410)mergify[bot]
2022-02-04Fix variable-name typo (#2397) (#2400)mergify[bot]
2022-02-01Improve error reporting (backport #2376) (#2379)mergify[bot]
2022-01-10Apply scalafmtJack Koenig
2021-12-01Require the chisel3 compiler plugin (#2271)Jack Koenig
2021-12-01Bugfix - definition name index skipping with D/I (#2249)Aditya Naik
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-20Update computeName and callsites (#2192)Aditya Naik
2021-10-05Fix naming of unwrapped val io in Chisel.Modules (#2150)Jack Koenig
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-18Builder: downgrade "Elaborating design" message to info (#2081)Kevin Laeufer
2021-08-12Add DataView (#1955)Jack Koenig
2021-07-01Change Chisel warnings to use logger instead of printlnJack Koenig
2021-06-28Fix CloneModuleAsRecord support for .toTargetJack Koenig
2021-04-29Scala 2.13 support (#1751)Jack Koenig
2021-03-15allowReflectiveAutoCloneType must work outside of Builder context (#1811)Jack Koenig
2021-03-12[plugin] Implement autoclonetype in the compiler pluginJack Koenig
2021-02-26Expose AnnotationSeq to Module. (#1731)Jiuyang Liu
2021-02-09Make it possible to GC Data instancesJack Koenig
2021-01-11Make `toTarget` fail if called on a Literal (or would otherwise not serialize...Megan Wachs
2020-12-07(encore) Builder: use LazyLogging.logger.warn to print elaboration message (#...Jiuyang Liu
2020-11-11Refine autonaming to have more intuitive behavior (#1660)Jack Koenig
2020-11-05For HasId.setRef, have first set win (with force override) (#1655)Jack Koenig
2020-11-03Remove Data.setRef assertion (#1654)Jack Koenig
2020-10-26Bugfix - module name collision for injecting aspect (#1635)Adam Izraelevitz
2020-10-22Use Data refs for name prefixing with aggregate elements (#1616)Jack Koenig
2020-10-19Change prefix stack to List[String] (#1617)Jack Koenig
2020-10-12When prefixing with a data, eagly get local name (#1614)Jack Koenig
2020-10-01Move Chisel3 to SPDX license conventions (#1604)Chick Markley
2020-09-14Documentation and minor plugin changes. (#1573)Adam Izraelevitz
2020-08-13Deprecate support for Scala 2.11 (#1551)Jack Koenig
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-06-08Report Builder.error errors as exceptions outside hardware context (#1425)Albert Magyar
2020-04-08Use thread local storage for ChiselContext. (#1404)Jim Lawson
2020-03-25Rename subprojects to more canonical namesJack Koenig