summaryrefslogtreecommitdiff
path: root/core/src/main/scala/chisel3/Aggregate.scala
AgeCommit message (Expand)Author
2022-10-23Fix for <> to BlackBox.IO with Compatibility Bundles (#2801) (#2803)mergify[bot]
2022-10-17Add opt-in AutoCloneType for Records (backport #2781) (#2785)mergify[bot]
2022-08-16Add OpaqueType support to Records (backport #2662) (#2679)mergify[bot]
2022-05-24Support Vecs of empty Bundles (#2543) (#2545)mergify[bot]
2022-04-20Generate a balanced tree with reduceTree (#2318) (#2499)mergify[bot]
2022-02-04Fix bundle elements performance regression (#2396) (#2398)mergify[bot]
2022-02-03Tweak Bundle._elementsImpl (#2390) (#2392)mergify[bot]
2022-02-01Chisel plugin bundle elements handler (#2306) (#2380)mergify[bot]
2022-01-10Apply scalafmtJack Koenig
2021-12-17Improve exception message for aliased bundle fields (#2304)Chick Markley
2021-12-11reduceTree() now operates on Seq (#2292)Øyvind Harboe
2021-12-10Add support for dynamic indexing on Vec identity views (#2298)Jack Koenig
2021-12-02Refactor Data.toString (#2197)Aditya Naik
2021-12-01Require the chisel3 compiler plugin (#2271)Jack Koenig
2021-10-05Deprecate auto-application of empty argument lists to parameterless functions...Jared Barocsi
2021-10-05Remove all Bundle cloneTypes and chiselRuntimeDeprecate its use (#2052)Megan Wachs
2021-08-23Add multiple dimensions to VecInit fill and iterate (#2065)anniej-sifive
2021-08-12Add DataView (#1955)Jack Koenig
2021-08-04Added VecInit factory methods (fill,iterate) (#2059)anniej-sifive
2021-07-28Bundles can no longer be instantiated with bound hardware (#2046)Jared Barocsi
2021-04-29Scala 2.13 support (#1751)Jack Koenig
2021-04-27Introduce VecLiterals (#1834)Chick Markley
2021-03-29Provide useful message on Vec.apply require (#1838)Jack Koenig
2021-03-12[plugin] Stop autoclonetype stack traces when using pluginJack Koenig
2021-03-12[plugin] Implement autoclonetype in the compiler pluginJack Koenig
2021-02-24Aggregate: fix typo (#1789)edwardcwang
2021-02-09Make it possible to GC Data instancesJack Koenig
2021-01-20remove 2.11 dedicated code. (#1744)Jiuyang Liu
2020-10-30Fix bug where refs may not get set for Records (#1645)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-07-30Broken auto-clonetype on Scala 2.11.12 (#1480)Adam Izraelevitz
2020-07-21Delete outdated scalastyle configuration comments from sourceAlbert Magyar
2020-07-13Provide an implementation of litOption() for BundleLits (#1280)Jim Lawson
2020-03-25Rename subprojects to more canonical namesJack Koenig