aboutsummaryrefslogtreecommitdiff
path: root/src/main/scala/firrtl/ir
AgeCommit message (Expand)Author
2019-08-13Infer reset (#1068)Jack Koenig
2019-04-22Change Memory Depth to a BigInt (#1075)Jack Koenig
2019-02-14Asynchronous Reset (#1011)Jack Koenig
2019-01-31Use apache commons for string escaping instead of reflection (#1008)Jack Koenig
2018-12-21Small convenience tweaks to IR/WIR APIs (#961)Albert Magyar
2018-11-27Add foreach as alternative to map (#952)Adam Izraelevitz
2018-06-11Allow escaped single quotes in RawParams (#820)Richard Lin
2018-06-11Add utilities for UInt and SInt literals (#815)Jack Koenig
2018-05-30Makes ExpandWhens preserve connect Infoschick
2018-03-21GroupModule Transform (#766)Adam Izraelevitz
2017-12-12Improve MultiInfo emission, add apply that squashes NoInfoJack Koenig
2017-10-31Fix bug emitting and reparsing ExtModule String parameters (#675)Jack Koenig
2017-09-29StringLit.verilogEscape should support all printable ASCII chars (#668)Jack Koenig
2017-09-22Fix string lit (#663)Jack Koenig
2017-03-10Added Circuit mappersAdam Izraelevitz
2017-03-09Sint tests and change in serialization (#456)Adam Izraelevitz
2017-02-07Rework Attach to work on arbitrary Analog hierarchies (#415)Jack Koenig
2017-01-20Add MultiInfo. Speedup Info concatenation. Fixes #391Jack
2016-11-30Bugfix: Dedup aggressively (ignore comments) (#375)Adam Izraelevitz
2016-11-04Cleanup license at top of every file (#364)Jack Koenig
2016-10-26Add RawString ExtModule parameter supportjackkoenig
2016-10-26Add Support for Parameterized ExtModules and Name Overridejackkoenig
2016-10-17Add fixed point type (#322)Adam Izraelevitz
2016-09-27eliminate postfix operator problematic statementschick
2016-09-27remove unnecessary parentheseschick
2016-09-25Spec features added: AnalogType and Attach (#295)Adam Izraelevitz
2016-09-13cache IntWidths to avoid redudant object creations (#290)Donggyu
2016-09-12Add unapply for GroundTypejackkoenig
2016-09-12Rework map functions as class methodsjackkoenig
2016-08-03fixes small mistakes in serialize (#216)Donggyu
2016-08-02Change serialize to abstract method on FirrtlNodeJack Koenig
2016-07-21Indentation support for the ANTLR parser (as discussed in #192) (#194)Kamyar Mohajerani
2016-06-10API Cleanup - ASTJack