Created
August 10, 2021 07:12
-
-
Save paranlee/19bf2895599c1afcd8cb3a3311abde9a to your computer and use it in GitHub Desktop.
build netlist svg file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| yosys -q -p "prep -top $1; write_json $1.json" $1.v | |
| netlistsvg $1.json -o $1.svg |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment