aboutsummaryrefslogtreecommitdiff
path: root/src/main/scala/firrtl/passes/RemoveCHIRRTL.scala
AgeCommit message (Expand)Author
2021-12-17Deprecate all mutable methods on RenameMap (#2444)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] use scala.collection.Seq instead of mutable.SeqKevin Laeufer
2020-07-29[2.13] convert toSeq and toMap where necessary to compileKevin Laeufer
2020-07-10Remove Left Over References to Gender in Code (#1752)Kevin Laeufer
2020-06-22Convert PreservesAll to explicit invalidates=falseSchuyler Eldridge
2020-05-26[API change] Absorb repetitive WIR nodes into IRAlbert Magyar
2020-04-22Mixin DependencyAPIMigration to all TransformsSchuyler Eldridge
2020-03-11Migrate to DependencyAPISchuyler Eldridge
2019-10-18Upstream intervals (#870)Adam Izraelevitz
2019-10-03Add Block factory from argument list of Statements (#1197)Albert Magyar
2019-09-30Improve read-under-write parameter supportAlbert Magyar
2019-09-16Rename gender to flowSchuyler Eldridge
2019-06-18Use scalafix to remove unused import and deprecated procedure syntax (#1074)Leway Colin
2018-12-18Give better error when mport references non-existant memory. (#975)Paul Rigge
2018-07-03Improve code generation for smem wmode and [w]mask ports (#834)Andrew Waterman
2018-02-22Add tests for #702. Adds Utility functions. Allows clock muxing in FIRRTL, bu...Adam Izraelevitz
2017-05-10Update rename2 (#478)Adam Izraelevitz
2017-03-23Pass now subclasses Transform (#477)Adam Izraelevitz
2016-11-05Fix CHIRRTL bugs (#355)Donggyu
2016-11-04Cleanup license at top of every file (#364)Jack Koenig
2016-10-11Scala style cleanup take 5 (#324)Chick Markley
2016-09-27remove unnecessary parentheseschick
2016-09-25remove unnecessary blockschick
2016-09-25 use name parameter when calling a function with boolean constantchick
2016-09-23use .head instead of (0)chick
2016-09-21Fix clock connections in InferReadWrite (#310)Donggyu
2016-09-14fix enable signal inferecne for smems' read ports (#289)Donggyu
2016-09-13Fix a lurking width-inference bug; improve adjacent style (#298)Andrew Waterman
2016-09-13use BoolType for UIntType(IntWidth(1))Donggyu Kim
2016-09-13clean up MemUtilsDonggyu Kim
2016-09-08refactor RemoveCHIRRTLDonggyu Kim
2016-09-08split Passes.scala into multiple files(InferTypes.scala, Resolves.scala, Remo...Donggyu Kim