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
/
src
/
main
/
scala
/
chisel3
/
aop
Age
Commit message (
Expand
)
Author
2023-11-23
cleanup
Aditya Naik
2022-11-08
Improve Record.bind and Detect Records with unstable elements (backport #2829...
mergify[bot]
2022-08-13
Add option to treat warnings as errors (backport #2676) (#2677)
mergify[bot]
2022-06-06
Add --warn:reflective-naming (backport #2561) (#2565)
mergify[bot]
2022-02-01
Improve error reporting (backport #2376) (#2379)
mergify[bot]
2022-01-10
Apply scalafmt
Jack Koenig
2022-01-07
Add a Select.ios that works with Definition/Instance, fix isA behavior (#2315)
Megan Wachs
2021-10-29
Exposing more APIs from D/I internals (#2220)
Adam Izraelevitz
2021-10-27
Add Select APIs for Hierarchy package (#2210)
Adam Izraelevitz
2021-09-23
make all verification statements publically available (#2089)
Kevin Laeufer
2021-09-05
Add Definition and Instance API (#2045)
Adam Izraelevitz
2021-08-18
Revert "remove DefRegInit, change DefReg API with option definition. (#1944)"...
Jack Koenig
2021-08-17
remove DefRegInit, change DefReg API with option definition. (#1944)
Jiuyang Liu
2021-07-06
Make printf return BaseSim subclass so it can be named/annotated (#1992)
Deborah Soung
2021-06-29
Change behavior of aop.Select to not include CloneModuleAsRecord
Jack Koenig
2021-06-29
Restore aop.Select behavior for CloneModuleAsRecord
Jack Koenig
2021-04-29
Scala 2.13 support (#1751)
Jack Koenig
2021-04-21
fixing context bug (#1874)
Deborah Soung
2021-02-26
Expose AnnotationSeq to Module. (#1731)
Jiuyang Liu
2021-01-21
Rename MultiIOModule to Module
Jack Koenig
2020-11-02
Bugfix - adding external modules was broken (#1649)
Adam Izraelevitz
2020-10-26
Bugfix - module name collision for injecting aspect (#1635)
Adam Izraelevitz
2020-10-01
Move Chisel3 to SPDX license conventions (#1604)
Chick Markley
2020-07-28
Select: update to work with records (#1525)
Albert Chen
2020-03-02
Cleanup aspects (#1359)
Adam Izraelevitz
2020-01-17
Bugfix: Select.instances now works with blackboxes (#1303)
Adam Izraelevitz
2019-09-11
Move dontTouch, RawModule, and MultiIOModule out of experimental (#1162)
Jim Lawson
2019-08-12
Aspect-Oriented Programming for Chisel (#1077)
Adam Izraelevitz