summaryrefslogtreecommitdiff
path: root/src/test/scala/chiselTests/StrongEnum.scala
AgeCommit message (Expand)Author
2022-10-10Replace execution test with CHIRRTL match test (#2769) (#2770)mergify[bot]
2022-10-06Update toPrintable for Enums (#2707) (#2763)mergify[bot]
2022-08-12Add ability to suppress enum cast warnings (#2671) (#2674)mergify[bot]
2022-07-21Deprecate chiselName and NoChiselNamePrefix trait (#2627) (#2633)mergify[bot]
2022-01-10Apply scalafmtJack Koenig
2021-10-05Deprecate auto-application of empty argument lists to parameterless functions...Jared Barocsi
2021-07-08Add `isOneOf` method to `ChiselEnum` (#1966)Verneri Hirvonen
2021-07-01Add ChiselEnum.safe factory method and avoid warningJack Koenig
2021-01-21Rename MultiIOModule to ModuleJack Koenig
2020-10-01Move Chisel3 to SPDX license conventions (#1604)Chick Markley
2020-07-21Delete outdated scalastyle configuration comments from sourceAlbert Magyar
2020-06-22Use ChiselStage in TestsSchuyler Eldridge
2020-04-13Update scalatest to 3.1.0 (#1394)Jim Lawson
2019-06-24Changed Value macro in ChiselEnum so that it doesn't use deprecated (#1104)Hasan Genc
2019-05-20Repackagecore rebase (#1078)Jim Lawson
2019-03-22Fix enum annotations (#936)Hasan Genc
2019-03-18Split #974 into two PRs - scalastyle updates (#1037)Jim Lawson
2019-01-25WireDefault instead of WireInit, keep WireInit around (#986)Martin Schoeberl
2018-10-29Turn off strong enum annotations (#916)Hasan Genc
2018-10-12Strong enums (#892)Hasan Genc