diff --git a/README.md b/README.md index 935dc6ad..ae5f0482 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Example Usage: sbt > compile > project tapeout -> run-main barstools.tapeout.transforms.GenerateTop -i .fir -o .v --syn-top --harness-top +> runMain barstools.tapeout.transforms.GenerateTop -i .fir -o .v --syn-top --harness-top ``` Building the macro compiler JAR: ```