Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Added help string #234
  • Loading branch information
azidar committed Aug 15, 2016
1 parent 2bb3366 commit 197760a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,9 @@ sbt
> compile
> test
```

##### Using Firrtl as a commandline tool
```
utils/bin/firrtl -i regress/rocket.fir -o regress/rocket.v -X verilog // Compiles rocket-chip to Verilog
utils/bin/firrtl --help // Returns usage string
```

0 comments on commit 197760a

Please sign in to comment.