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.

[SOLVED] Can you help with synopsys ic compiler lvs problem?

Status
Not open for further replies.

wjoon88

Newbie level 2
Joined
Aug 17, 2016
Messages
2
Helped
0
Reputation
0
Reaction score
0
Trophy points
1
Activity points
14
Hello,

if there is anybody who is familiar with this situation, can you give me an advice??

if i run "verify_lvs", i get this message.


Code:
----------------------------------------------------------------------------------------
ERROR : OUTPUT PortInst reg_acc_reg_9_ QN doesn't connect to any net.

ERROR : OUTPUT PortInst reg_acc_reg_8_ Q doesn't connect to any net.

ERROR : OUTPUT PortInst reg_acc_reg_6_ QN doesn't connect to any net.

ERROR : OUTPUT PortInst reg_acc_reg_3_ QN doesn't connect to any net.

ERROR : OUTPUT PortInst reg_acc_reg_0_ QN doesn't connect to any net.

ERROR : OUTPUT PortInst U1595 S doesn't connect to any net.

ERROR : OUTPUT PortInst reg_delayed_barrel_shifter_in_reg_3_ QN doesn't connect to any net.

** Total Floating ports are 7.
** Total Floating Nets are 0.
** Total SHORT Nets are 0.
** Total OPEN Nets are 0.
** Total Electrical Equivalent Error are 0.
** Total Must Joint Error are 0.
----------------------------------------------------------------------------------------

The errors say that Q or QN of D flip-flops are floating.

But I don't think that it is an error(floating pins of D flip-flops), and also the total electrical equivalent error are 0.

But I really don't understand why the ic compiler say that it is an error.

Is it really lvs error?? or not??
 
Last edited by a moderator:

probably not. your logic is probably using the Q pin of a flop, but that flop provides both Q and QN. QN is left floating. this is pretty common and benign.
 
Thanks for your opinion!
 

Not a real LVS.

Few of the Ports might be floating (based on your verilog)

But to confirm this, Run LVS with Calibre (or any sign off) tool
 
Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top