priya
2005-06-28 04:29:15 UTC
Hi all,
Top verilog code is in Top.v file.
I include decoder.v file in top module
`include "C:\iverilog\decoder.v"
module top;
------------
-------
---------
endmodule
I got the following error while compiling top .v
top.v:1: Include file C:/iverilog/decoder.v not found
No top level modules, and no -s option.
I am using Icarus simulator...
how to include a verilog file into another verilog file..
Regards,
priya
Top verilog code is in Top.v file.
I include decoder.v file in top module
`include "C:\iverilog\decoder.v"
module top;
------------
-------
---------
endmodule
I got the following error while compiling top .v
top.v:1: Include file C:/iverilog/decoder.v not found
No top level modules, and no -s option.
I am using Icarus simulator...
how to include a verilog file into another verilog file..
Regards,
priya