Icarus Verilog
Register
Advertisement

GhostMaster55 GhostMaster55 6 February 2019
0

Top Level Modules?

Hi, can anyone please help me with setting the top level modules?

Read Full Post
Chandrakala Chandrakala 13 March 2013
1

verilog code for LFSR

i need help on writting structural verilog code for 3-bit Linear Feed Back Shift Register using D-Flipflop. Any one please send me the code ..

Read Full Post
Masterpainer Masterpainer 14 January 2010
1

Compile Multiple files in verilog

Can I ask, how I compile multiple files with icarus verilog?



I have a file "test.v" , which have 2 includes :

e.g.

`include "in1.v"

`include "in2.v"



If I do "iverilog test.v", it throws the following message :



"test.v:51: Include file in1.v not found No top level modules, and no -s option."



I also tried "iverilog test.v ~/...absolute_path/in1.v ~/...absolute_path/in2.v" ,

but it stills shows the same message,

does anyone know what to do?

Read Full Post

Advertisement