P
paz
Guest
Hi,
I'm running ncverilog with sdf, and getting the follwoing error:
ncelab: *W,SDFNEP: Failed Attempt to annotate to non-existent path
(IOPATH a x)
of instance .. of module buf_16
do you have any ideas?...
*the instance and module do exist.
*sdf command:
(CELL
(CELLTYPE "buf_16")
(INSTANCE FE_ECOC0_edram_0_0_q_0_)
(DELAY
(ABSOLUTE
(IOPATH a x (0.266::0.314) (0.289::0.359))
)
)
)
*the module looks like this:
module buf_16 ( x, a );
input a;
output x;
buf ( x, a );
specify
specparam
_rise = 1.0,
_fall = 1.0;
( a => x ) = ( _rise , _fall );
endspecify
endmodule
I'm running ncverilog with sdf, and getting the follwoing error:
ncelab: *W,SDFNEP: Failed Attempt to annotate to non-existent path
(IOPATH a x)
of instance .. of module buf_16
do you have any ideas?...
*the instance and module do exist.
*sdf command:
(CELL
(CELLTYPE "buf_16")
(INSTANCE FE_ECOC0_edram_0_0_q_0_)
(DELAY
(ABSOLUTE
(IOPATH a x (0.266::0.314) (0.289::0.359))
)
)
)
*the module looks like this:
module buf_16 ( x, a );
input a;
output x;
buf ( x, a );
specify
specparam
_rise = 1.0,
_fall = 1.0;
( a => x ) = ( _rise , _fall );
endspecify
endmodule