aboutsummaryrefslogtreecommitdiff
path: root/src/test/scala/firrtlTests/InlineAcrossCastsSpec.scala
AgeCommit message (Collapse)Author
2021-04-06Deprecate InlineCasts, add InlineAcrossCasts (#2146)Jack Koenig
To maintain binary compatibility, InlineAcrossCasts is just aliases to the now deprecated InlineCasts. We can make the binary incompatible change of renaming the class and object for 1.5. Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>