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.

Verilog and SDF - regarding delays

Status
Not open for further replies.

MicroElec

Newbie level 4
Joined
Mar 31, 2008
Messages
7
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,321
Verilog and SDF

Hi Guys,

I am simulating verilog model using an SDF file which cotains delays between (a,b) and (a,c)

The verilog model is containing this specify
// Delays
(a=> b)= (0,0);
(a => c)= (0,0);

As you may know the real delay between (a,b) and (a,c) in SDF will replace (0,0) in the verilog model.

My question:
I do not want to use the delay (a,b) and (a,c)
I have internal signals called e,f for , and I want to use a delay (e,b) and (f,c)
with delay (a,b)=(e,b) and (a,c)=(f,c).
So, what can I add to my verilog model to make delays (a,b)=(e,b) and (a,c)=(f,c).


I am beginner,
thank you
 

Re: Verilog and SDF

Do you have an idea ?
Could someone help me plz ?
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top