From 74ca2bc491b62ba96b771405f46416278216664b Mon Sep 17 00:00:00 2001 From: edwardcwang Date: Wed, 31 Oct 2018 13:47:28 -0700 Subject: [PATCH] Remove deprecated run-main --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: ```