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.

Conformal LEC run time for top level hierarchical run

Status
Not open for further replies.

ch.hari

Newbie level 1
Joined
Dec 23, 2009
Messages
1
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Location
hyderabad
Activity points
1,285
Hi,

how to reduce the run time for top level hierarchical LEC run.

Please give me suggestions in this regard.

Waiting for valuble suggestions.
 

Long run times in mapping may have been caused due to function-based mapping.
By default, Conformal LEC uses the option '-name first' during mapping. This option specifies that name-based mapping is used first, followed by function-based mapping. Function-based mapping can cause the hanging condition.

To resolve this situation, turn off function-based mapping. Use the following steps:

a ) Issue [Cntrl-c] on UNIX terminal to cancel the current mapping process that is hanging
b) lec> set mapping method -name only
c) lec> map key points
d) Examine the remaining not-mapped categories and resolve these using renaming rules
e) lec> add renaming rules ... // to help the name-based mapping
f) lec> map key points
g) Repeat step (e) until renaming rules are no longer helpful
h) lec> set mapping method -name first
i) lec> map key points
 
Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top