wjoon88
Newbie level 2
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.
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??
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: