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.

LEC conformal problem

Status
Not open for further replies.

vikas.m0502

Junior Member level 1
Joined
May 11, 2012
Messages
15
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,389
Analyzing non-equivalent compared points:
(G) + 228 PO /serdes6g_cfg_o[des_phs_ctrl][o][2]
(R) + 201 PO /serdes6g_cfg_o_DES_PHS_CTRL_O_2
Compare points' mapping phase may be incorrect.
Analysis of non-equivalent compared points:
Phase mapping. (Occurrence: 1)


Any Idea about how to resolve this issue ?
I have already used renaming rule and it is working fine.

Thanks,
-Vikas
 

i think the names have to be the same. Try changing serdes6g_cfg_o_DES_PHS_CTRL_O_2 to serdes6g_cfg_o[des_phs_ctrl][o][2] and see if it works.

- - - Updated - - -

i think the names have to be the same. Try changing serdes6g_cfg_o_DES_PHS_CTRL_O_2 to serdes6g_cfg_o[des_phs_ctrl][o][2] and see if it works.
 

I dont think names are a problem here, since the mapping seems to have happened well.
Let the normal compare complete and then you can try the below commnds which should help with phase inversion performed during synthesis.

add compare point –all
compare
delete mapped point –noneq –quick; // at thi spoint you shoul dnon-eqs which relate only due to phase inversion opto
set mapping method –phase
map key point
add compare point –all
compare
 
Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top