Skip to content

Instantly share code, notes, and snippets.

@paranlee
Last active December 5, 2021 12:52
Show Gist options
  • Select an option

  • Save paranlee/4fa1e09b6ed04e20420153e75579ce97 to your computer and use it in GitHub Desktop.

Select an option

Save paranlee/4fa1e09b6ed04e20420153e75579ce97 to your computer and use it in GitHub Desktop.
Setup verilog development environment.
#!/bin/bash
# verilog
sudo apt -y install iverilog gtkwave yosys yosys-doc
# netlistsvg
curl -fsSL https://deb.nodesource.com/setup_current.x | sudo -E bash -
sudo apt -y install nodejs
sudo npm install -g netlistsvg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment