charlene
Newbie level 1
I am trying to force some values via ucli. However I get this message:
ucli% force zv_chip_tb.x.y.z.key_0_word 32'd2344067533
file dump.ctrl, line 1: Error-[UCLI-FORCE-ERR-FREEZE] Force command error
Force command failed on object
'zv_chip_tb.x.y.z.key_0_word'
with type 'vpiWire', force/release not enabled.
Please enter "force -help" for more details. Also, please refer to UCLI user
guide for more documentation on force commands.
I also tried a reg instead and got the same message but with 'vpiReg' instead of 'vpiWire'
Stangely if I do a force -deposit on the reg it works fine. BUt I really need a freeze. What am I doing wrong?
ucli% force zv_chip_tb.x.y.z.key_0_word 32'd2344067533
file dump.ctrl, line 1: Error-[UCLI-FORCE-ERR-FREEZE] Force command error
Force command failed on object
'zv_chip_tb.x.y.z.key_0_word'
with type 'vpiWire', force/release not enabled.
Please enter "force -help" for more details. Also, please refer to UCLI user
guide for more documentation on force commands.
I also tried a reg instead and got the same message but with 'vpiReg' instead of 'vpiWire'
Stangely if I do a force -deposit on the reg it works fine. BUt I really need a freeze. What am I doing wrong?