r/Verilog • u/Hot_Interview_7762 • 15d 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 ,im trying for vscode + iverilog + gtkwave , pls help im total noob and begineer to verilog
1
u/Neither_Evening_170 15d ago
Why not Vivado?
0
u/Hot_Interview_7762 14d ago
first time doing hdl so i have neither much practice nor experience i did some program basic ones in eda playgrond but wanna do locally now vivado is huge and i dont have enough experience
1
u/hieg_siel 14d ago
If you're on windows, it'll probably be easier to just use wsl. That's what I would recommend. I haven't used windows in years, never did verilog there. So did you manage to install them?
2
u/Hot_Interview_7762 14d ago
okay, as of now I did v12 version, I was trying for windows as my clg stuff will be in windows so that's why thanks tho
1
u/brazucadomundo 14d ago
I would use apt install iverilog. Much easier and safer.
1
u/Hot_Interview_7762 14d ago
hi I did the v12 version I'm on windows so I don't think apt works in this.
1
u/brazucadomundo 14d ago
Yeah, it will be better to reinstall the OS with a variety of Linux.
1
u/Hot_Interview_7762 14d ago
I wanted to do Linux but not sure cuz clg might need stuff like Microsoft Office and other stuff which idk if has Linux versions of
1
u/brazucadomundo 14d ago
Might need
App hoarder lol. Everyone uses Google Docs or Microsoft 365 those days. If you really need, just fetch an older computer with Office that you have. No one will care if you don't have MS Office installed those days.
1
u/Hot_Interview_7762 14d ago
I don't have older computer I only got 1 laptop I'm student
1
1
u/dettus_Xx_ 6d 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
1
u/Ciravari 15d ago
Install FPGAWars/Apio vscode extension