Remove deprecated run-main

This commit is contained in:
edwardcwang
2018-10-31 13:47:28 -07:00
committed by GitHub
parent 93bf7895be
commit 74ca2bc491

View File

@@ -13,7 +13,7 @@ Example Usage:
sbt sbt
> compile > compile
> project tapeout > project tapeout
> run-main barstools.tapeout.transforms.GenerateTop -i <myfile>.fir -o <myfile>.v --syn-top <mysyntop> --harness-top <myharnesstop> > runMain barstools.tapeout.transforms.GenerateTop -i <myfile>.fir -o <myfile>.v --syn-top <mysyntop> --harness-top <myharnesstop>
``` ```
Building the macro compiler JAR: Building the macro compiler JAR:
``` ```