How to include paths to Header Files in NC-Sim/NC-Verilog

R

Rajat Mitra

Guest
Can someone show me how to include header file paths in the PC based NC-Sim
environment ?? In unix I would have just done +include+<directory_name>+ in
my run.f file;
I tried adding the paths in the "include" window in the verilog compiler
option but it still complains that it cant find "sys_defs.vh" that I have in
a number of my source files as -
`include "sys_defs.h"
Thanks for your help,

Rajat
 
"Rajat Mitra" <rajsaima@yahoo.com> wrote in message
news:B2sVb.25653$KV5.2333@nwrdny01.gnilink.net...
Can someone show me how to include header file paths in the PC based
NC-Sim
environment ?? In unix I would have just done +include+<directory_name>+
in
my run.f file;
Replace unix path with windows path (e.g. c:\design\top\include) in your
run.f.

jimwu88NOOOSPAM@yahoo.com (remove capital letters)
http://www.geocities.com/jimwu88/chips
 

Welcome to EDABoard.com

Sponsor

Back
Top