charlene
Newbie level 1
- Joined
- Jan 13, 2009
- Messages
- 1
- Helped
- 0
- Reputation
- 0
- Reaction score
- 0
- Trophy points
- 1,281
- Activity points
- 1,289
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?