| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-05-18 | Bump scopt for prettier option parsing (#546) | Schuyler Eldridge | |
| Scopt 3.5.0 adds (subjectively) sane two-column output of option parsing help text which it enables by default. | |||
| 2017-01-05 | Fix ScalaDoc complaints; add sbt-site, sbt-ghpages boilerplate. | Jim Lawson | |
| 2016-10-18 | Create a simple system for executions and command line parameters (#337) | Chick Markley | |
| Create a simple system for executions and command line parameters New model for tracking parameters and having those parameters register scopt command to allow the parameters to be set by command line args. Create composable forms of the these parameters to allow separate elements of the chisel3 toolchain to combine these parameters Create execution return structures that simplify return values to earlier toolchain elements | |||
| 2016-09-06 | Edited conf generation to handle mem namespace collision | Angie | |
| * Also started separate pass for annotating valid memory | |||
| 2016-08-31 | Bump version number in preparation for release. | Jim Lawson | |
| 2016-04-16 | Return to parallel execution of tests | jackkoenig | |
| 2016-04-15 | Replace fork := true with parallelExecution in Test := false | jackkoenig | |
| Serialize testing until compiler is threadsafe Fix fork := true causing Travis to fail | |||
| 2016-04-09 | Make sbt fork := true | jackkoenig | |
| Current implementation of symhash is not thread safe | |||
| 2016-02-09 | Bug fixes, close to getting correct rocket-firrtl.fir through | 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-02-09 | WIP, nothing works. Starting creating working IR and necessary utils | azidar | |
| 2016-01-28 | Add newlines between libraryDependencies, sbt doesn't work without them on ↵ | Jack | |
| Macbook | |||
| 2016-01-16 | Import a logging library so we don't reinvent the wheel and have implicits ↵ | ducky | |
| flying around everywhere | |||
| 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-07 | Added utility map functions Stmt -> Stmt, S; Exp -> Exp, S; Exp -> Exp, E | Jack | |
| 2015-10-06 | Added ability to test scala FIRRTL | 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 | |||
