I’m trying to use $xm_force in Xcelium to force some testbench signals, but it’s not working as expected. When i try to force a signal using a hierarchical path like:
$xm_force (“TP.tb_top.U_TB.U2_TB.s_pay_fix_data”,“64’h0123456789ABCDEF”);
i get this error:
xmsim: *SE,PNOOBJ: Path element could not be found: U_TB
I’ve double checked the hierarchy in the waveform window, and the signal exists under that given path. Also i tried probe -create -all before the run.
Do i need to enable any specific +access options for $xm_force to work on tb signals?