aboutsummaryrefslogtreecommitdiff
path: root/src/main/scala/firrtl/passes/InferWidths.scala
AgeCommit message (Expand)Author
2017-03-23Pass now subclasses Transform (#477)Adam Izraelevitz
2017-02-14Add support for Analog types in partial connect (#435)Jack Koenig
2017-02-07Rework Attach to work on arbitrary Analog hierarchies (#415)Jack Koenig
2017-02-06Fix stack overflow from massive MaxWidth chains during width inference (#407)Jack Koenig
2016-11-10Added additional optimizationsazidar
2016-11-09Added optimizations to for better width inferenceazidar
2016-11-09Bugfix: removed recursive removal in infer widthsazidar
2016-11-04Cleanup license at top of every file (#364)Jack Koenig
2016-10-17Add fixed point type (#322)Adam Izraelevitz
2016-10-11Scala style cleanup take 5 (#324)Chick Markley
2016-09-27remove unnecessary parentheseschick
2016-09-25Spec features added: AnalogType and Attach (#295)Adam Izraelevitz
2016-09-25Fix Anonymous function convertible to a method valuechick
2016-09-13type aliasesDonggyu Kim
2016-09-13remove Utils.{width_BANG, long_BANG}Donggyu Kim
2016-09-08refactor InferWidthsDonggyu Kim
2016-09-07put InferWidths in a seperate file and fix spacesDonggyu Kim