Make readme consistent with new sbt setup
This commit is contained in:
@@ -5,7 +5,7 @@ Barstools
|
||||
|
||||

|
||||
|
||||
**Barstools** is a coolection of useful utilities for BAR projects
|
||||
**Barstools** is a collection of useful utilities for BAR projects
|
||||
|
||||
Passes/Transforms that could be useful if added here:
|
||||
* Check that a module was de-duplicated. Useful for MIM CAD flows and currently done in python.
|
||||
@@ -18,16 +18,13 @@ Example Usage:
|
||||
```
|
||||
sbt
|
||||
> compile
|
||||
> project tapeout
|
||||
> runMain barstools.tapeout.transforms.GenerateTop -i <myfile>.fir -o <myfile>.v --syn-top <mysyntop> --harness-top <myharnesstop>
|
||||
```
|
||||
Building the macro compiler JAR:
|
||||
```
|
||||
$ sbt
|
||||
[...]
|
||||
[info] Set current project to root (in build file:/mnt/data/dev/barstools_pcad/)
|
||||
> project macros
|
||||
[info] Set current project to macros (in build file:/mnt/data/dev/barstools_pcad/)
|
||||
[info] Set current project to tapeout (in build file:/mnt/data/dev/barstools_pcad/)
|
||||
> assembly
|
||||
[...]
|
||||
[info] SHA-1: 77d4c759c825fd0ea93dfec26dbbb649f6cd5c89
|
||||
|
||||
Reference in New Issue
Block a user