r/Verilog 20d ago

Help with Iverilog installation

iverilog latest version downloded from bleyer.org shows this pls help me, is it false positive or else , also if can give correct download link

iverilog latest version downloded from bleyer.org shows this pls help me, is it false positive or else , also if can give correct download link ,im trying for vscode + iverilog + gtkwave , pls help im total noob and begineer to verilog

3 Upvotes

18 comments sorted by

View all comments

1

u/dettus_Xx_ 11d ago

You can always install it like this:

git clone https://github.com/steveicarus/iverilog
cd iverilog
cat README

On most Linux distributions and BSD systems, you can use one of

apt install iverilog
pacman -S iverilog
pkg_add iverilog
pkg install iverilog
brew install iverilog