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.

Difference between a timing arc and a combination feedback loop?

Status
Not open for further replies.

sam33r

Member level 2
Joined
Jan 24, 2011
Messages
52
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,286
Location
NC
Activity points
1,576
Can someone please explain the difference above. Also what will cause them ?

---------- Post added at 20:24 ---------- Previous post was at 20:22 ----------

Also please explain the output of
IN = 4'b0101;

Out = IN[IN[1:0]];

what is the value of Out?
 

Timing arc is the timing path internal to a cell. Combinational loop is something that is a loop which causes the particular cell input to stay at a particular value because of the feed back loop.
 

Hi,

I think
OUT is 1'b0; It is bit[1] of the input vector.

regards
 

hi sam33r ,
timing arc is the timing path for any cell or instance, Combinational loop is the dead loop which will cause simulation hang up!
OUT is 1'b0!
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top