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
/
StrongEnum.scala
Age
Commit message (
Expand
)
Author
2023-01-11
Promote ChiselEnum user APIs from experimental (backport #2929) (#2931)
mergify[bot]
2022-10-10
Replace execution test with CHIRRTL match test (#2769) (#2770)
mergify[bot]
2022-10-06
Update toPrintable for Enums (#2707) (#2763)
mergify[bot]
2022-08-12
Add ability to suppress enum cast warnings (#2671) (#2674)
mergify[bot]
2022-07-21
Deprecate chiselName and NoChiselNamePrefix trait (#2627) (#2633)
mergify[bot]
2022-01-10
Apply scalafmt
Jack Koenig
2021-10-05
Deprecate auto-application of empty argument lists to parameterless functions...
Jared Barocsi
2021-07-08
Add `isOneOf` method to `ChiselEnum` (#1966)
Verneri Hirvonen
2021-07-01
Add ChiselEnum.safe factory method and avoid warning
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-04-13
Update scalatest to 3.1.0 (#1394)
Jim Lawson
2019-06-24
Changed Value macro in ChiselEnum so that it doesn't use deprecated (#1104)
Hasan Genc
2019-05-20
Repackagecore rebase (#1078)
Jim Lawson
2019-03-22
Fix enum annotations (#936)
Hasan Genc
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-10-29
Turn off strong enum annotations (#916)
Hasan Genc
2018-10-12
Strong enums (#892)
Hasan Genc