roger
Full Member level 3
init_signal_spy modelsim
in verilog we can use
wire signal=top.module1.module2.signal;
in modelsim we can use
init_signal_spy("../.../signal", signal1);
But in NC-VHDL
how can we got internal signal rather than using port mapping?
Help me please
in verilog we can use
wire signal=top.module1.module2.signal;
in modelsim we can use
init_signal_spy("../.../signal", signal1);
But in NC-VHDL
how can we got internal signal rather than using port mapping?
Help me please