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.

What should be the scope of my sdf file?

Status
Not open for further replies.

bossbebes

Newbie level 4
Joined
Jul 2, 2008
Messages
5
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,329
I everybody,


I try to elaborate my gate level netlist and I can not find what should be the scope of my sdf file.
My netlist is from quartus and I elaborate with cadence environment (ncelab).

I have a test bench, made by hand : nce_tpc_tb.vhdl
In this test bench I have :
entity nce_tpc_tb is
end nce_tpc_tb;

architecture firsttime of nce_tpc_tb is

--this is my DUT, gate level netlist
component nce_tpc
port(
....
....
)end component;

--instanciation
inst_nce_tpc_tb : nce_tpc port map (......)


In my sdf file, what will be my scope ( for vhdl file and / or verilog)
Because I always got the same error :
ncelab/SDFSNF =
The SCOPE field from the SDF file list didn't match up with
the design's instance hierarchy.


Thanks a lot .

A confused beginner
 

Re: scope

can you make sure your netlist is matched with your sdf file? ask your backend team guys to get reply!
 

Re: scope

Hi ,

Thxs for your reply

What do you mean by : "netlist is matched with your sdf file".
First of all i generate a netlist (.vqm) with symplify_pro, then I genete the final netlist + delay (sdo, vho) thanks to quartus software.

I guss that my netlist should matched with my sdf file, but how can I be sure ?


Thx

++
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top