diff options
| author | Jack | 2015-10-02 15:13:03 -0700 |
|---|---|---|
| committer | Jack | 2015-10-02 15:13:03 -0700 |
| commit | edd894af01d004b417c11f264c5302896f321c7d (patch) | |
| tree | 6ecac3e05509202dc7ad94fb03f41300ebf89619 | |
| parent | 0b5250463506d86b490ea76d6547c5786d7e5f58 (diff) | |
Added mention of Scala FIRRTL to README
| -rw-r--r-- | README.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -18,3 +18,9 @@ `make build # Build firrtl` `make check # Run tests` `make # Build & test` + +#### Scala implementation +The Scala FIRRTL implementation relies upon sbt. +Example use: + `sbt -mem 2048 "run-main Example <input> <output>` +This command will read in <input> FIRRTL file, parse it, then output the AST to <output> |
