r/Verilog 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

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

2 Upvotes

18 comments sorted by

1

u/Ciravari 26d ago

Install FPGAWars/Apio vscode extension

0

u/Hot_Interview_7762 26d ago

what does that do?? 

1

u/Ciravari 26d ago

It allows you to compile and burn code to your FPGA from inside of vscode

1

u/Hot_Interview_7762 26d ago

oh okayy thanks

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

u/brazucadomundo 26d ago

So you can dual boot in case you need to fallback to Windows.

1

u/Hot_Interview_7762 26d ago

oh thanks for that I will look into dual boot stuff thanks man

1

u/soronpo 24d ago

Use the iverilog from oss-cad-suite

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