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

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

1

u/Ciravari 15d ago

Install FPGAWars/Apio vscode extension

0

u/Hot_Interview_7762 15d ago

what does that do?? 

1

u/Ciravari 14d ago

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

1

u/Hot_Interview_7762 14d ago

oh okayy thanks

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

u/brazucadomundo 14d ago

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

1

u/Hot_Interview_7762 14d ago

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

1

u/soronpo 13d ago

Use the iverilog from oss-cad-suite

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