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
/
NamingAnnotationTest.scala
Age
Commit message (
Expand
)
Author
2022-07-06
Implement trait for Chisel compiler to name arbitrary non-Data types (#2610) ...
mergify[bot]
2022-01-10
Apply scalafmt
Jack Koenig
2021-01-21
Rename MultiIOModule to Module
Jack Koenig
2020-10-01
Move Chisel3 to SPDX license conventions (#1604)
Chick Markley
2020-07-21
Delete outdated scalastyle configuration comments from source
Albert Magyar
2020-06-22
Use ChiselStage in Tests
Schuyler Eldridge
2020-03-23
Add NoChiselNamePrefix to ignore instances in @chiselName (#1383)
Jack Koenig
2019-11-15
Enable @chiselName on non-module classes (#1209)
John's Brew
2019-09-11
Move dontTouch, RawModule, and MultiIOModule out of experimental (#1162)
Jim Lawson
2019-05-20
Repackagecore rebase (#1078)
Jim Lawson
2019-03-25
Allow naming annotation to work outside builder context (#1051)
Richard Lin
2019-03-18
Split #974 into two PRs - scalastyle updates (#1037)
Jim Lawson
2019-01-11
Add test for chiselNaming of Seq[Data]
Andrew Waterman
2018-06-20
Programmatic Port Creation (#833)
Jack Koenig
2018-01-02
Support for inner classes, implicit parameter lists, supertypess
ducky64
2017-02-27
Update BetterNamingTests to use NamedModuleTester
Jack Koenig
2017-01-25
Better name propagation by macros (#327)
Richard Lin