| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-02-25 | Fix almost all Scaladoc warnings | Schuyler Eldridge | |
| This fixes all Scaladoc warnings except for those trying to link to Java. Signed-off-by: Schuyler Eldridge <schuyler.eldridge@ibm.com> | |||
| 2018-06-15 | Improve Parser and Visitor (#819) | Jack Koenig | |
| * Update Parser to use ANTLR CharStreams This removes some unnecessary object creation in String reading and manipulation * Remove two unnecessary traversals from Block construction in Visitor | |||
| 2018-03-21 | Add SyntaxErrorsException as a type of ParserException (#770) | Jack Koenig | |
| Also make ParserException extend FIRRTLException to better report parsing errors to the user | |||
| 2017-03-06 | Added more stylized debugging style | Adam Izraelevitz | |
| 2016-11-04 | Cleanup license at top of every file (#364) | Jack Koenig | |
| Replace with more sensible comment to see LICENSE rather than including the whole license in every file | |||
| 2016-08-12 | Fix calculation of runtime for ANTLR Parser (#229) | Jack Koenig | |
| 2016-08-09 | provide parser for naive string (#227) | Donggyu | |
| 2016-07-21 | Indentation support for the ANTLR parser (as discussed in #192) (#194) | Kamyar Mohajerani | |
| Indentation support for the ANTLR parser - some clean-up of the parser code (TODO: file input could be improved, more clean-up) - get rid of Translator and specify all syntactic rules in antlr4 grammer - support for else-when shorthand in the grammar - rename Begin to Block which makes more sense | |||
| 2016-06-10 | API Cleanup - AST | Jack | |
| trait AST -> abstract class FirrtlNode Move all IR to new package ir Add import of firrtl.ir._ | |||
| 2016-05-12 | Implement File Info | jackkoenig | |
| 2016-04-29 | Cleanup Parser comments and imports - No functional changes | jackkoenig | |
| 2016-04-29 | Add timing to Parser | jackkoenig | |
| 2016-04-26 | Added flag to parser to turn off using source locators. This allows for ↵ | Adam Izraelevitz | |
| easier testing, because we don't the source locator information to say a test fails | |||
| 2016-03-15 | Revamp string literal handling | jackkoenig | |
| 2016-02-09 | Added license to FIRRTL files | azidar | |
| 2016-02-09 | Adding ScalaTest for unit testing of Scala FIRRTL. Added a few basic tests ↵ | Jack | |
| for the Parser. Added custom Parser exceptions for better error reporting and checking. Fixed bug in grammar not allowing most keywords as Ids | |||
| 2016-01-16 | Added some comments | azidar | |
| 2015-12-06 | Working on generating SimTop, need to figure out how to split the top-level ↵ | jackkoenig | |
| IO between the sim modules. | |||
| 2015-12-04 | Everything is broken, need Translator to work on files without a circuit, ↵ | jackkoenig | |
| need to parse queue module text in midas/Utils.scala, need to create (src, dst) -> Module mapping in midas/Fame.scala | |||
| 2015-10-02 | Merged in Scala implementation of FIRRTL IR, parser, and serialization (ie. ↵ | Jack | |
| AST -> String). Uses ANTLRv4 to generate concrete syntax parser | |||
