aboutsummaryrefslogtreecommitdiff
path: root/src/main/scala/firrtl/ir
AgeCommit message (Expand)Author
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