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.

Have you ever done timing simulation with ARM standard cell library ?

Status
Not open for further replies.

Yongchan

Newbie level 1
Joined
Feb 8, 2019
Messages
1
Helped
0
Reputation
0
Reaction score
0
Trophy points
1
Activity points
10
Have you ever done timing simulation with ARM standard cell library, especially full adder ?

There are 3 inputs (A,B,CI), 2 outputs (CO,S) for the full adder and it looks like missing specify statements for them.
When CI == 0, A == 1, B == 1, the outputs should be CO = 1, S = 0. And when A,B fall, CO also falls to 0.
If there is some delay between A and B falling time, CO has some output delay (SDF annotated or default delay).
But if A and B fall at the same, CO has no output delay!. Is that normal ?
Every full adder in ARM standard cell libraries has the same specify description.

In my case, it causes Hold violation. But in STA, there is no problem.
Anybody has the same experience ?

Thanks in advance.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top