Hello,
Is there a standard(non simulator vendor dependent) way to access internal design names from a SV testbench(the design is writeten in VHDL)
In my simulator I write:
assign my_SV_signal = design_path.VHDL_signal_name
but it seems that it does not work on other simulators, so I need to use other methods like using simulator specific system functions
Thanks