aboutsummaryrefslogtreecommitdiff
path: root/src/main/scala/firrtl/Visitor.scala
AgeCommit message (Expand)Author
2021-12-01Use ANTLR Listener to save memory during parsingJack Koenig
2021-12-01Handle references better in ANTLR ParserJack Koenig
2021-06-18Fix MultiInfo parser + serialization bug (#2265)Jared Barocsi
2021-02-17Allow Side Effecting Statement to have Names (#2057)Kevin Laeufer
2021-01-20Cleanup some warnings (#2032)Jack Koenig
2020-09-16Change to Apache 2.0 License (#1901)Chick Markley
2020-08-14All of src/ formatted with scalafmtchick
2020-07-29[2.13] convert toSeq and toMap where necessary to compileKevin Laeufer
2020-07-15ir: store FileInfo string in escaped format (#1690)Kevin Laeufer
2020-07-14Fix parsing of info on multi-line registers (#1735)Jack Koenig
2020-06-23Basic model checking API (#1653)Tom Alcorn
2020-05-11Have AppendInfo use MultiInfo, rather than appending with : (#1580)Adam Izraelevitz
2020-03-26Support octal and binary literal formats as described in the specAlbert Magyar
2019-10-18Upstream intervals (#870)Adam Izraelevitz
2019-09-30Improve read-under-write parameter supportAlbert Magyar
2019-08-13Infer reset (#1068)Jack Koenig
2019-07-03Remove shadow type parameter (#1108)Leway Colin
2019-06-28Fix typo (#1101)Leway Colin
2019-06-20Use pattern match instead of hardcode position (#1102)Leway Colin
2019-04-22Change Memory Depth to a BigInt (#1075)Jack Koenig
2019-04-17Remove unnecessary 'FIRRTLParser' prefix (#1072)Leway Colin
2019-04-10Remove redundant code (#1069)Leway Colin
2019-02-14Asynchronous Reset (#1011)Jack Koenig
2018-06-15Improve Parser and Visitor (#819)Jack Koenig
2018-06-11Allow escaped single quotes in RawParams (#820)Richard Lin
2018-06-11Add utilities for UInt and SInt literals (#815)Jack Koenig
2018-03-27Change throwInternalError to use a String instead of Option[String] (#777)Jack Koenig
2018-02-16Replacematcherror - catch exceptions and convert to internal error. (#424)Jim Lawson
2017-09-22Fix string lit (#663)Jack Koenig
2017-05-27Prep for Scala 2.12 (#557)Jim Lawson
2017-03-09Sint tests and change in serialization (#456)Adam Izraelevitz
2017-03-01Allow nested digit fields in subfield expressionsJack Koenig
2017-02-23Add support for bundle fields to start with digits (#462)Jack Koenig
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-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-25Spec features added: AnalogType and Attach (#295)Adam Izraelevitz
2016-09-25remove unnecessary blockschick
2016-07-21Indentation support for the ANTLR parser (as discussed in #192) (#194)Kamyar Mohajerani
2016-06-10API Cleanup - ASTJack
2016-06-10API Cleanup - ExpressionJack
2016-06-10API Cleanup - StatementJack
2016-06-10API Cleanup - WidthJack
2016-06-10API Cleanup - Field & FlipJack
2016-06-10API Cleanup - TypeJack
2016-06-10API Cleanup - Port & DirectionJack
2016-06-10API Cleanup - ModuleJack
2016-05-12Implement File Infojackkoenig