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.

Logic path delay for mux with enable line

Status
Not open for further replies.

rahulgbe

Newbie level 3
Joined
Jan 28, 2006
Messages
3
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,313
Hi,
I have a basic doubt regarding the timing calculation for a multiplexer with an enable input. The mux is a part of the combinational logic path between a set of input and output registers.
I need to find the maximum logic delay in this path in order to compute the max clock frequency, as well as any hold time violations.
How are the mux 'delay from data' or 'delay from enable' to be used for finding the logic path delay?
 

max operating freq = 1 / { max(path delay from ip to op, path delay from en to op) }

for any circuit this is the way.
 

In fact, the most accurate of the equations that represent the maximum amount of time allowed for your logic circuit to compute the outputs is given by:

T(max delay of combo logic) <= T(clock) – Tsetup – Tc-q – Tskew

Find out from above T(clock) whose inverse will give the max. operating frequency
 

Hey here the max freq would be

1/delay for the mux(enale) ip to op
thats all,

the setup time for the reg should be enough than the delay between the mux.
 

yes i think so
anjali said:
max operating freq = 1 / { max(path delay from ip to op, path delay from en to op) }

for any circuit this is the way.

MODERATOR ACTION: Warning #3 - Do not make useless posts.
 

If your enable pin will hold constant at operation time .
you can set case analysis 1 enable_pin the do STA , and then set case analysis 0 and do STA again . TA tool will decided the longest path .
If not , just do STA .
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top