Issues with DC and RTI files with include construct

Status
Not open for further replies.

jitendra

Member level 3
Joined
Aug 20, 2004
Messages
58
Helped
10
Reputation
20
Reaction score
7
Trophy points
1,288
Location
India
Activity points
731
DC issue

Hi,
Can anybody help me in following issue?
I am using DC for verilog design. Some RTl files have 'include construct.
So when I analyze such files, DC searches for the included file in search_path but the included file is in design directory. So DC is unable to read this file. Actually I am analyzing the included file before reading the top file But DC is still trying to locate these files and issuing error.
Let me know work around for this.

Thanks,
Jitendra
 

Re: DC issue

Maybe you can try your scripts like this : read_verilog {include.v main.v};
I just used this method in combine multifiles.
 

Re: DC issue

May be you can give design directory in the search path, so that DC will search for the include files in the design directory as they are located there.
 

Re: DC issue

check the path of the file wrt your DC run dir.
 

Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…