Missing an -incdir option in Buildgates

C

Colin Marquardt

Guest
Hi,

I have a Verilog design where I include a definitions file with

include "foo.v"

In order to let NCSim find "foo.v" from everywhere, I give the -incdir
option to NCSim so that it knows where to look, and everything is fine.

Now, I want to synthesize the design with Buildgates - of course,
bg_shell doesn't find "foo.v" on its own, and it seems that there
is no option like -incdir in Buildgates. (This is
@(#)CDS: bg_shell v05.11-s075+4 (32bit) 08/11/03 17:54 (Solaris 5.7))

How are people handling this? I don't really want to specify a path
in the include line, and I don't want to use a preprocessor.

TIA,
Colin

--
I have made great efforts in ensuring correctness in the distributed
protocol. I have the coffee rings on my desk to prove it.
[Sunir Shah in http://www.jabber.org/?oid=1026]
 

Welcome to EDABoard.com

Sponsor

Back
Top