From 96a87a06e8ab6584e41d4201288023fe601ac2e0 Mon Sep 17 00:00:00 2001 From: Schuyler Eldridge Date: Wed, 3 Jul 2019 10:06:10 -0400 Subject: Fix custom transform example for Stage/Phase Signed-off-by: Schuyler Eldridge --- README.md | 4 ++-- 1 file 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 -- cgit v1.2.3