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.
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
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.