aboutsummaryrefslogtreecommitdiff
path: root/src/main/scala/firrtl/WIR.scala
AgeCommit message (Expand)Author
2019-04-22Change Memory Depth to a BigInt (#1075)Jack Koenig
2019-02-14Asynchronous Reset (#1011)Jack Koenig
2019-02-04Correct Kind info from #1010 (#1012)Albert Magyar
2019-02-01Mem helpers (#1010)Albert Magyar
2019-01-23Improve Shl codegen; eliminate Shlw WIR node (#994)Andrew Waterman
2018-12-21Small convenience tweaks to IR/WIR APIs (#961)Albert Magyar
2018-11-27Add foreach as alternative to map (#952)Adam Izraelevitz
2018-08-07Make RemoveWires properly include registers in dependency graphJack Koenig
2018-06-28Protobuf (#832)Jack Koenig
2018-03-21GroupModule Transform (#766)Adam Izraelevitz
2017-05-11Improved Global Dead Code Elimination (#549)Jack Koenig
2017-05-11Refactor WIR WSub{Field,Index,Access} - rename exp -> expr #521 (#586)Jim Lawson
2017-02-23move more general utils out of memutils, mov WIR helpers to WIR.scala and upd...Angie
2017-02-07Rework Attach to work on arbitrary Analog hierarchies (#415)Jack Koenig
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-25Spec features added: AnalogType and Attach (#295)Adam Izraelevitz
2016-09-23use .head instead of (0)chick
2016-09-14fix spaces in WIR.scalaDonggyu Kim
2016-09-13use case object for WVoid, WInvalidDonggyu Kim
2016-09-13use case object for KindDonggyu Kim
2016-09-12Rework map functions as class methodsjackkoenig
2016-09-07clean up WIR.scalaDonggyu Kim
2016-09-06optimize equals of WrappedExpression & WrappedTypeDonggyu Kim
2016-08-02Change serialize to abstract method on FirrtlNodeJack Koenig
2016-06-10API Cleanup - ASTJack
2016-06-10API Cleanup - PrimOp & PrimOpsJack
2016-06-10API Cleanup - ExpressionJack
2016-06-10API Cleanup - StatementJack
2016-06-10API Cleanup - WidthJack
2016-06-10API Cleanup - TypeJack
2016-05-10Added pad widths to eliminate all implicit width extendingAdam Izraelevitz
2016-05-03Move splitRef and mergeRef from LowerTypes to Utilsjackkoenig
2016-05-03Add HasInfo trait to IR, IsDeclaration mixes in HasInfojackkoenig
2016-04-21Add Expression.tpe accessorAndrew Waterman
2016-04-09Fix bundle type equalityAdam Izraelevitz
2016-02-25Separate serialize functions into separate filejackkoenig
2016-02-25Remove FlagUtils and related unused debug printingjackkoenig
2016-02-09Added license to FIRRTL filesazidar
2016-02-09CHIRRTL passes work, parser is updatedazidar
2016-02-09Added chirrtl passes, need to update parserazidar
2016-02-09More bug fixesazidar
2016-02-09Added constprop,v-wrap,v-rename. All set to attempt like->like comparison of ...azidar
2016-02-09Added Lower Types.azidar
2016-02-09Added Expand Whens passazidar
2016-02-09Added expand connect. Resolve now includes to working irazidar
2016-02-09WIP. Finished to working ir, resolve kinds, and infer typesazidar
2016-02-09WIP. Got to-working-ir workingazidar