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.

[SOLVED] Design Compiler error: "unit conflict found"

Status
Not open for further replies.

soloktanjung

Full Member level 6
Joined
Nov 20, 2006
Messages
364
Helped
51
Reputation
100
Reaction score
43
Trophy points
1,308
Location
nowhere
Activity points
3,194
Design Compiler error: "unit conflict found"

Hi,

I am getting this error while synthesizing my design (after reading the SDC constraints):

Code:
Error: Unit conflict found: constraints cap unit is '1.000000e-04pf'; Main Library cap unit is 'pF'. (IFS-001)

From report_units command: the cap value unit is 1.0e-4pf.

From report_lib my_db_lib command: the cap value unit is 1.0pf.

Question: Why the constraints cat unit is modified to 1.0e-4pf?

I have tried to set_units -capacitance 1pf command to re-set the constraints cap unit to 1.0pf but am getting the following error:

Code:
Error: Unit conflict found: constraints capacitance unit is '1pf'; Main Library capacitance unit is '1.000000e-04pf'. (IFS-001)

Does anyone has the same problem? What would be the problem?

Thanks.

- - - Updated - - -

I got it solve. There is problem with my library setting.

Thanks.
 
Last edited:

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top