Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Error while compiling Synthesized Verilog file

Status
Not open for further replies.

dhaval4987

Full Member level 3
Joined
Oct 17, 2009
Messages
161
Helped
12
Reputation
24
Reaction score
12
Trophy points
1,298
Location
AZ
Activity points
2,325
Hey all,

I synthesized a verilog file using Design Compiler.

Now I am using that same file in Nanotime and WhenI try to link the design, it says,

ERROR: NetComp: 0x3024008: cannot fine subcircuit definition or function model not for instance v2e_205.

but my question is: I dont have any instance named v2e_205 in my verilog. Also the structure of the synthesized looks errorfree and the frmat is correct.

why is this v2e_205 is coming! from where!?
 

is there an instance named v2e? it sounds like something that is either autogenerated or in a generate statement. the error also seems to be trying to find the function "not". It's possible this was in some library or defined in some other file. Verilog synthesis has often worked by concatenating files together, in which case it is possible that removing or changing a module that had `define or `include statements can cause the build to fail.
 

there is not instance named v2e. so how exactly should I proceed?

---------- Post added at 04:11 ---------- Previous post was at 04:10 ----------

and as far as 'not' is concerned, isnt it predefined in verilog?

---------- Post added at 04:17 ---------- Previous post was at 04:11 ----------

I resynthesized and now it is showing the exact same error but instead of v2e_205, it says v2e_26.

I dont know how to deal with this.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top