summaryrefslogtreecommitdiff
path: root/src/main/scala/chisel3/util/experimental/ForceNames.scala
AgeCommit message (Collapse)Author
2022-08-25Backport of eager error messages for annotations (3.5.x) (#2700) (#2705)Zachary Yedidia
2022-01-10Apply scalafmtJack Koenig
Command: sbt scalafmtAll
2020-10-26Added Force Name API (#1634)Adam Izraelevitz
* Added forcename transform and tests * Added documentation and additional error checking * Added mdoc. Added RunFirrtlTransform trait * Removed TODO comment * Addressed reviewer feedback * Removed trailing comma Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>