aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSchuyler Eldridge2019-07-03 10:06:10 -0400
committerSchuyler Eldridge2019-07-17 16:04:11 -0400
commit96a87a06e8ab6584e41d4201288023fe601ac2e0 (patch)
treeb60e2d1ee6d314441b645b58d0084e7e04e6034d
parent7ac4729f2a909da306fda5c43f21638cb65a6f5d (diff)
Fix custom transform example for Stage/Phase
Signed-off-by: Schuyler Eldridge <schuyler.eldridge@ibm.com>
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 00af0d05..66ea5894 100644
--- a/README.md
+++ b/README.md
@@ -33,8 +33,8 @@ To write a Firrtl transform, please start with the tutorial here: [src/main/scal
To run these examples:
```
sbt assembly
-./utils/bin/firrtl -td regress -tn rocket --custom-transforms tutorial.lesson1.AnalyzeCircuit
-./utils/bin/firrtl -td regress -tn rocket --custom-transforms tutorial.lesson2.AnalyzeCircuit
+./utils/bin/firrtl -td regress -i regress/RocketCore.fir --custom-transforms tutorial.lesson1.AnalyzeCircuit
+./utils/bin/firrtl -td regress -i regress/RocketCore.fir --custom-transforms tutorial.lesson2.AnalyzeCircuit
```
#### Other Tools