vlsitechnology
Full Member level 5

tcfnop was not included in the tcf probe list
can anyone help me out
I am facing a problem while generating TCF files in Incisive Simulator.
I am getting this error when I am generating TCF files in ncsim console window. using the command dumptcf -flatformat -internal -scope pcixp_test -output dump.tcf -verbose
actual error is +w, TCFNOP : pcixp_test.pcixp_test1.M0.FIFO was not included in the TCF probe list.
where pcixp_test is my top module test bench name, pcixp_test1 is top module test bench instance name, M0 is sub-module instance name, FIFO is a internal register of size 32x8(array of 32 bytes(8bits))
After seeing this error also, I am proceeding with dumptcf -end
then my tcf file is created in my directory.
But if I take this dump.tcf I may face problem in RTL compiler, because my register is not included in this dump. So, can I proceed with this error?
can anyone help me out
I am facing a problem while generating TCF files in Incisive Simulator.
I am getting this error when I am generating TCF files in ncsim console window. using the command dumptcf -flatformat -internal -scope pcixp_test -output dump.tcf -verbose
actual error is +w, TCFNOP : pcixp_test.pcixp_test1.M0.FIFO was not included in the TCF probe list.
where pcixp_test is my top module test bench name, pcixp_test1 is top module test bench instance name, M0 is sub-module instance name, FIFO is a internal register of size 32x8(array of 32 bytes(8bits))
After seeing this error also, I am proceeding with dumptcf -end
then my tcf file is created in my directory.
But if I take this dump.tcf I may face problem in RTL compiler, because my register is not included in this dump. So, can I proceed with this error?