Y
yong
Guest
I have VHDL memory inside of Verilog environment.
I use signal spy to drive ($init_singal_driver) and watch
($init_signal_spy) some signal and it work find.
But I am trying to initialize memory using $init_signal_driver but I am
getting error.
Is it possible to using signal spy to write to memory?
initial begin
init_mem_value = 64'hfffffffffffffabcd;
$init_signal_driver("init_mem_value",
"/testtop/ram00/M1/i_memArray[0]", , , 1);
end
Thanks,
--Yong
I use signal spy to drive ($init_singal_driver) and watch
($init_signal_spy) some signal and it work find.
But I am trying to initialize memory using $init_signal_driver but I am
getting error.
Is it possible to using signal spy to write to memory?
initial begin
init_mem_value = 64'hfffffffffffffabcd;
$init_signal_driver("init_mem_value",
"/testtop/ram00/M1/i_memArray[0]", , , 1);
end
Thanks,
--Yong