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
/
test
/
scala
/
chiselTests
/
naming
Age
Commit message (
Expand
)
Author
2022-10-19
Don't modify the Builder prefix if reinvoking suggestName on a Data (backport...
mergify[bot]
2022-08-23
Add AffectsChiselPrefix tests to PrefixSpec (#2693) (#2695)
mergify[bot]
2022-06-16
Define leading '_' as API for creating temporaries (backport #2580) (#2581)
mergify[bot]
2022-06-06
Add --warn:reflective-naming (backport #2561) (#2565)
mergify[bot]
2022-06-02
Support VerificationStatement in the naming plugin (#2555) (#2557)
mergify[bot]
2022-01-10
Apply scalafmt
Jack Koenig
2021-01-21
Rename MultiIOModule to Module
Jack Koenig
2020-11-11
Refine autonaming to have more intuitive behavior (#1660)
Jack Koenig
2020-10-22
Use Data refs for name prefixing with aggregate elements (#1616)
Jack Koenig
2020-10-12
When prefixing with a data, eagly get local name (#1614)
Jack Koenig
2020-10-01
Move Chisel3 to SPDX license conventions (#1604)
Chick Markley
2020-09-14
Documentation and minor plugin changes. (#1573)
Adam Izraelevitz
2020-07-29
Improved Chisel Naming via Compiler Plugins + Prefixing (#1448)
Adam Izraelevitz