P
Prashanth
Guest
Hi All,
I am new to NCverilog.
I am using it to compile my design, in the command line.
The contents of the command line arguments file look similar to this
// header files
-v ..\includes\xxx.h
-v ..\includes\yyy.h
// source files
..\src\abc.v
..\src\xyz.v
I am using the -f command line option to pass the above information.
I get an error during compilation saying "cannot open the include file
xxx.h" or "cannot open the include file yyy.h"
and it seems to be seraching for the include file under "src" directory not
under "includes".
is there a different command line option that I need to be using for the
header files ?
Thanks
Prashanth
I am new to NCverilog.
I am using it to compile my design, in the command line.
The contents of the command line arguments file look similar to this
// header files
-v ..\includes\xxx.h
-v ..\includes\yyy.h
// source files
..\src\abc.v
..\src\xyz.v
I am using the -f command line option to pass the above information.
I get an error during compilation saying "cannot open the include file
xxx.h" or "cannot open the include file yyy.h"
and it seems to be seraching for the include file under "src" directory not
under "includes".
is there a different command line option that I need to be using for the
header files ?
Thanks
Prashanth