aboutsummaryrefslogtreecommitdiff
path: root/src/main/scala/firrtl/passes/ExpandWhens.scala
AgeCommit message (Expand)Author
2017-03-23Pass now subclasses Transform (#477)Adam Izraelevitz
2017-02-07Rework Attach to work on arbitrary Analog hierarchies (#415)Jack Koenig
2016-12-05Bugfix: expand whens not voiding memories (#380)Adam Izraelevitz
2016-11-04Cleanup license at top of every file (#364)Jack Koenig
2016-10-11Scala style cleanup take 5 (#324)Chick Markley
2016-09-25Spec features added: AnalogType and Attach (#295)Adam Izraelevitz
2016-09-15Fix non-determinism bug in ExpandWhens (#303)Jack Koenig
2016-09-13use BoolType for UIntType(IntWidth(1))Donggyu Kim
2016-09-13use case object for WVoid, WInvalidDonggyu Kim
2016-09-13use case object for KindDonggyu Kim
2016-09-12Fixed bug where nodes of Invalids where createdazidar
2016-09-08Revert Expand Whens to process a set of connection lhsjackkoenig
2016-09-08memoize nodes in ExpandWhensDonggyu Kim
2016-09-08remove Utils.{AND, OR, NOT, EQV}Donggyu Kim
2016-09-08clean up ExpandWhensDonggyu Kim
2016-09-07remove Utils.tpeDonggyu Kim
2016-08-04Added RemoveEmpty.scala, which removes Empty and nested Blocks (#218)Adam Izraelevitz
2016-07-21Indentation support for the ANTLR parser (as discussed in #192) (#194)Kamyar Mohajerani
2016-06-10API Cleanup - ASTJack
2016-06-10API Cleanup - StatementJack
2016-06-10API Cleanup - Field & FlipJack
2016-06-10API Cleanup - ModuleJack
2016-05-03Rewrite ExpandWhens to memoize complex default valuesjackkoenig
2016-05-03Change style and spacing of Expand Whens to be more idiomatic Scalajackkoenig
2016-05-03Move ExpandWhens to its own filejackkoenig