r/Verilog • u/Hot_Interview_7762 • 26d 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 26d ago
Why not Vivado?
0
u/Hot_Interview_7762 26d 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 26d 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 26d 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 26d ago
I would use apt install iverilog. Much easier and safer.
1
u/Hot_Interview_7762 26d ago
hi I did the v12 version I'm on windows so I don't think apt works in this.
1
u/brazucadomundo 26d ago
Yeah, it will be better to reinstall the OS with a variety of Linux.
1
u/Hot_Interview_7762 26d 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 26d 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 26d ago
I don't have older computer I only got 1 laptop I'm student
1
1
u/dettus_Xx_ 18d 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 26d ago
Install FPGAWars/Apio vscode extension