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.

how to resolve LEC not-mapped point in power IO ?

Status
Not open for further replies.

Korver

Newbie level 1
Joined
Sep 25, 2011
Messages
1
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,289
Dear all :

1. when I compare pre-APR(golden netlist) and post-APR(revised netlist) , Power IO "VSS" is not-mapped point for Z in golden netlist . But VSS in post-APR is defile by supply0 , not input signal . So LEC can't mapped point to VSS. How can I let it mapped? Thanks you.

pre-APR : Input VSS;
post-APR: supply0 VSS;

2. same as question 1. .When power VDD in post-APR defined supply1 , so sub-module not connect to VDD in post-APR netlist. How can I let it mapped? Thanks you.
post-APR:
module chip_core
supply1 VDD;
chip_core_sub_0 sub1 (
.AVDD()
);

pre-APR:
module chip_core
input VDD;
chip_core_sub_0 sub1(
,AVDD(VDD)
);
 

modified the netlist to either use input declaration or use supply* for both side.
then sign-off by another person, it should be safe enough.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top