V
Vineet
Guest
I am trying to do some back annotation for a verilog module of mine. I
am getting warning messages as follows -
.......
ncelab: *W,SDFINF: Instance x_2_r_reg\[6\] not found
at scope level io1 <./fft.sdf, line 55224>.
.......
The above is just one of the about 1000 lines of warnings that I got.
I have my testbench with the sdf system task as follows -
module test;
.......
final dut(....);
.....
initial
$sdf_annotate("fft.sdf",test.dut);
.....
//shm output
.....
endmodule
I even tried using $sdf_annotate("fft.sdf", dut);, but the warning
msgs still exist.
Can someone pls throw some light on this.
Thanks,
Vineet.
am getting warning messages as follows -
.......
ncelab: *W,SDFINF: Instance x_2_r_reg\[6\] not found
at scope level io1 <./fft.sdf, line 55224>.
.......
The above is just one of the about 1000 lines of warnings that I got.
I have my testbench with the sdf system task as follows -
module test;
.......
final dut(....);
.....
initial
$sdf_annotate("fft.sdf",test.dut);
.....
//shm output
.....
endmodule
I even tried using $sdf_annotate("fft.sdf", dut);, but the warning
msgs still exist.
Can someone pls throw some light on this.
Thanks,
Vineet.