summaryrefslogtreecommitdiff
path: root/src/test/scala/chiselTests/naming/PrefixSpec.scala
AgeCommit message (Expand)Author
2022-10-19Don't modify the Builder prefix if reinvoking suggestName on a Data (backport...mergify[bot]
2022-08-23Add AffectsChiselPrefix tests to PrefixSpec (#2693) (#2695)mergify[bot]
2022-06-16Define leading '_' as API for creating temporaries (backport #2580) (#2581)mergify[bot]
2022-06-02Support VerificationStatement in the naming plugin (#2555) (#2557)mergify[bot]
2022-01-10Apply scalafmtJack Koenig
2021-01-21Rename MultiIOModule to ModuleJack Koenig
2020-10-22Use Data refs for name prefixing with aggregate elements (#1616)Jack Koenig
2020-10-12When prefixing with a data, eagly get local name (#1614)Jack Koenig
2020-10-01Move Chisel3 to SPDX license conventions (#1604)Chick Markley
2020-07-29Improved Chisel Naming via Compiler Plugins + Prefixing (#1448)Adam Izraelevitz