Last active
December 5, 2021 12:52
-
-
Save paranlee/4fa1e09b6ed04e20420153e75579ce97 to your computer and use it in GitHub Desktop.
Setup verilog development environment.
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 | |
| # 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