aboutsummaryrefslogtreecommitdiff
path: root/src/test/scala/firrtlTests/RemoveWiresSpec.scala
AgeCommit message (Expand)Author
2021-08-02add emitter for optimized low firrtl (#2304)Kevin Laeufer
2020-11-12Fix RemoveWires handling of invalidated non-UInt wires (#1949)Jack Koenig
2020-09-16Change to Apache 2.0 License (#1901)Chick Markley
2020-08-14All of src/ formatted with scalafmtchick
2020-07-29[2.13] toSeq, Unit -> (), and postfix fixesKevin Laeufer
2020-07-29InferTypes: fix bugs with unknown widths on ports and memories (#1769)Kevin Laeufer
2020-03-17[RFC] Factor out common test classes; package them (#1412)David Biancolin
2020-02-12Removed unused imports in src/test/ (#1381)Jim Lawson
2019-05-04Add register init to RemoveWires dependencies (#1078)Schuyler Eldridge
2019-02-14Asynchronous Reset (#1011)Jack Koenig
2018-08-07Make RemoveWires properly include registers in dependency graphJack Koenig
2018-06-13Resolve register clock dependencies in RemoveWires (#823)Schuyler Eldridge
2017-12-12Add RemoveWires transformJack Koenig