I'm working in a testbench with VHDL 97 and Xilinx ISim, and I'm looking for a way to know the value of a UUT internal signal (like spy function in Modelsim) from code instead of waveform.
I know that I can do easily with VHDL-2008 and alias
but does someone know any alternative?
Thanks,