| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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-05-12 | Implement File Info | jackkoenig | |
| 2016-04-21 | Strip comments before checking for circuit in Translator | jackkoenig | |
| Fixes #134 | |||
| 2016-03-15 | Revamp string literal handling | jackkoenig | |
| 2016-02-09 | Added license to FIRRTL files | azidar | |
| 2016-01-28 | Add support for single-line and multi-line scoping to Scala FIRRTL ↵ | Jack | |
| preprocessing step. Also added with as scoping keyword | |||
| 2016-01-28 | WIP: Added support for FIRRTL 0.2.0 Memories to Scala FIRRTL | jackkoenig | |
| 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-11-24 | In process of adding FAME-1 transformation, updated todos in grammar file, ↵ | jackkoenig | |
| updated Makefile to play nicer when firrtl is a submodule, fixed bug in Translator for single line scopes, fixed firrtl-scala script to point to firrtl.Driver instead of old firrtl.Test | |||
| 2015-10-12 | Added FIRRTL comment removal to Translator | Jack | |
| 2015-10-02 | Merged in Scala implementation of FIRRTL IR, parser, and serialization (ie. ↵ | Jack | |
| AST -> String). Uses ANTLRv4 to generate concrete syntax parser | |||
