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
/
BetterNamingTests.scala
Age
Commit message (
Expand
)
Author
2023-11-23
cleanup
Aditya Naik
2022-01-10
Apply scalafmt
Jack Koenig
2020-10-01
Move Chisel3 to SPDX license conventions (#1604)
Chick Markley
2020-08-26
Add ChiselPhase, Stop writing files in ChiselStage$ methods, Expand ChiselSta...
Schuyler Eldridge
2020-07-29
Improved Chisel Naming via Compiler Plugins + Prefixing (#1448)
Adam Izraelevitz
2020-06-22
Use ChiselStage in Tests
Schuyler Eldridge
2019-05-20
Repackagecore rebase (#1078)
Jim Lawson
2019-03-18
Split #974 into two PRs - scalastyle updates (#1037)
Jim Lawson
2019-01-25
WireDefault instead of WireInit, keep WireInit around (#986)
Martin Schoeberl
2018-07-04
Add test that UInt, SInt, and FP literals do not impact naming
Jack Koenig
2017-08-17
More of the bindings refactor (#635)
Richard Lin
2017-04-13
Module Hierarchy Refactor (#469)
Richard Lin
2017-02-27
Add test for digit field names in Records
Jack Koenig
2017-02-27
Update BetterNamingTests to use NamedModuleTester
Jack Koenig
2016-11-21
Restyle a lot of test code, mainly with regex
ducky
2016-09-29
Massive rename of CompileOptions.
Jim Lawson
2016-08-30
Make compileOptions in the Chisel package effective.
Jim Lawson
2016-08-29
Rename CompileOptions implicit objects.
Jim Lawson
2016-08-29
Pass compileOptions as an implicit Module parameter.
Jim Lawson
2016-07-20
Generate better names for nodes (#190)
Jack Koenig