index
:
chiselX
abstract-module
master
scala3-main-test
scala3-support
scala3-support-chisel6
Chisel with SFC compatibility
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
/
src
/
main
/
scala
/
chisel3
/
Aggregate.scala
Age
Commit message (
Expand
)
Author
2022-05-24
Support Vecs of empty Bundles (#2543) (#2545)
mergify[bot]
2022-04-20
Generate a balanced tree with reduceTree (#2318) (#2499)
mergify[bot]
2022-02-04
Fix bundle elements performance regression (#2396) (#2398)
mergify[bot]
2022-02-03
Tweak Bundle._elementsImpl (#2390) (#2392)
mergify[bot]
2022-02-01
Chisel plugin bundle elements handler (#2306) (#2380)
mergify[bot]
2022-01-10
Apply scalafmt
Jack Koenig
2021-12-17
Improve exception message for aliased bundle fields (#2304)
Chick Markley
2021-12-11
reduceTree() now operates on Seq (#2292)
Øyvind Harboe
2021-12-10
Add support for dynamic indexing on Vec identity views (#2298)
Jack Koenig
2021-12-02
Refactor Data.toString (#2197)
Aditya Naik
2021-12-01
Require the chisel3 compiler plugin (#2271)
Jack Koenig
2021-10-05
Deprecate auto-application of empty argument lists to parameterless functions...
Jared Barocsi
2021-10-05
Remove all Bundle cloneTypes and chiselRuntimeDeprecate its use (#2052)
Megan Wachs
2021-08-23
Add multiple dimensions to VecInit fill and iterate (#2065)
anniej-sifive
2021-08-12
Add DataView (#1955)
Jack Koenig
2021-08-04
Added VecInit factory methods (fill,iterate) (#2059)
anniej-sifive
2021-07-28
Bundles can no longer be instantiated with bound hardware (#2046)
Jared Barocsi
2021-04-29
Scala 2.13 support (#1751)
Jack Koenig
2021-04-27
Introduce VecLiterals (#1834)
Chick Markley
2021-03-29
Provide useful message on Vec.apply require (#1838)
Jack Koenig
2021-03-12
[plugin] Stop autoclonetype stack traces when using plugin
Jack Koenig
2021-03-12
[plugin] Implement autoclonetype in the compiler plugin
Jack Koenig
2021-02-24
Aggregate: fix typo (#1789)
edwardcwang
2021-02-09
Make it possible to GC Data instances
Jack Koenig
2021-01-20
remove 2.11 dedicated code. (#1744)
Jiuyang Liu
2020-10-30
Fix bug where refs may not get set for Records (#1645)
Jack Koenig
2020-10-22
Use Data refs for name prefixing with aggregate elements (#1616)
Jack Koenig
2020-10-01
Move Chisel3 to SPDX license conventions (#1604)
Chick Markley
2020-07-30
Broken auto-clonetype on Scala 2.11.12 (#1480)
Adam Izraelevitz
2020-07-21
Delete outdated scalastyle configuration comments from source
Albert Magyar
2020-07-13
Provide an implementation of litOption() for BundleLits (#1280)
Jim Lawson
2020-03-25
Rename subprojects to more canonical names
Jack Koenig