Skip to content

Instantly share code, notes, and snippets.

@paranlee
Created August 10, 2021 07:12
Show Gist options
  • Select an option

  • Save paranlee/19bf2895599c1afcd8cb3a3311abde9a to your computer and use it in GitHub Desktop.

Select an option

Save paranlee/19bf2895599c1afcd8cb3a3311abde9a to your computer and use it in GitHub Desktop.
build netlist svg file.
#!/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