aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index 211ca1fa..955de02c 100644
--- a/README.md
+++ b/README.md
@@ -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
+```