aboutsummaryrefslogtreecommitdiff
path: root/src/main/antlr4/FIRRTL.g4
AgeCommit message (Expand)Author
2022-09-12Handle new keyword version as an identifier (#2550)Jack Koenig
2022-08-26FIRRTL version support (#2543)Zachary Yedidia
2021-12-01Handle references better in ANTLR ParserJack Koenig
2021-10-09Support parsing missing keywords as ids (#2381)Jack Koenig
2021-02-17Allow Side Effecting Statement to have Names (#2057)Kevin Laeufer
2020-09-16Change to Apache 2.0 License (#1901)Chick Markley
2020-06-23Basic model checking API (#1653)Tom Alcorn
2020-03-26Support octal and binary literal formats as described in the specAlbert Magyar
2019-11-04Add explicit EOF to top-level parser rule (#1217)Albert 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-06-28Fix typo (#1101)Leway Colin
2019-02-14Asynchronous Reset (#1011)Jack Koenig
2018-06-11Allow escaped single quotes in RawParams (#820)Richard Lin
2017-04-28Add info on reset block lines to ANTLR grammar (#468)Albert Magyar
2017-03-09Sint tests and change in serialization (#456)Adam Izraelevitz
2017-03-01Allow nested digit fields in subfield expressionsJack Koenig
2017-03-01Fix bug in Lexer rule for DoubleLit and add testsJack 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-07-21Indentation support for the ANTLR parser (as discussed in #192) (#194)Kamyar Mohajerani
2016-05-12Implement File Infojackkoenig
2016-04-16Add more keywords to Id listjackkoenig
2016-03-09Fix StringLit to ignore escaped double quotesdavidbiancolin
2016-02-09Added license to FIRRTL filesazidar
2016-02-09Added remaining check passes. Ready for open sourcingazidar
2016-02-09CHIRRTL passes work, parser is updatedazidar
2016-02-09Bug Fixes in handling hyphens as part of IDs, proper handling of negative Int...Jack
2016-02-09Adding ScalaTest for unit testing of Scala FIRRTL. Added a few basic tests fo...Jack
2016-01-29Changed reg syntax to new "with" semantics in Scala FIRRTLJack
2016-01-28WIP: Added support for FIRRTL 0.2.0 Memories to Scala FIRRTLjackkoenig
2016-01-28Move IntLit ANTLR lexer rule to before String lexer rule to ensure IntLit of ...jackkoenig
2016-01-27WIP Moving Scala FIRRTL to match spec 0.2.0. Not everything is implemented (n...jackkoenig
2015-11-24In process of adding FAME-1 transformation, updated todos in grammar file, up...jackkoenig
2015-10-15Reorganized Primops (renamed from PrimOps), added maps and functions to conve...Jack
2015-10-12Added support for no width to mean unknown, and print nothing instead of <?> ...Jack
2015-10-02Merged in Scala implementation of FIRRTL IR, parser, and serialization (ie. A...Jack