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.

error in calibre post simulation using CalibreView

Status
Not open for further replies.

czq1419

Junior Member level 1
Joined
Aug 6, 2012
Messages
15
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,387
Hello,
I am now doing the post simulation of a ring oscillator and my DRC and LVS are ok. But when it comes to PEX the problem is that, the parasitic r and c have been in the pex.netlist but their symbol cannot be seen in the calibreview generated , in which they should be res and cap symbols in analogLib according to calview.cellmap.
I checked the cds.log and there is an error like this:
((p cap c)
analogLib cap symbol)
(
(MINUS)
(PLUS)
)
)
*Error* eval: undefined function - mgcRectangleWidth


Very likely that this error has caused the parasitic r and c not successfully created in the calibreview.
So, HOW TO FIX THIS ERROR?? THANKS!
 

Hi,
Probably need to replace the ideal components for real...

For example in file calview.cellmap for tsmc:
Code:
( (p cap c)
     (tsmc18sige pcapacitor symbol)
     (
           (PLUS)
           (MINUS)
     )
)
 

Thanks, I tried this method but it does not work either.
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top