Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

[SOLVED] How to apply UCLI force with a backslash signals?

Status
Not open for further replies.

coshy

Member level 4
Member level 4
Joined
Mar 28, 2016
Messages
75
Helped
0
Reputation
0
Reaction score
1
Trophy points
1,288
Activity points
1,787
Trying to apply UCLI force with a backslash signals

.e.g) my.tcl
force cluster.tb.g_core.u_core_0.u_cpu.\u_helios_dcu/debug_rs_reg/Q 0 -deposit

Error-[UCLI-FORCE-OBJ-NOT-FOUND] Force command error
Force command on object
'cluster.tb.g_core.u_core_0.u_cpu.u_helios_dcu/debug_rs_reg/Q'
failed as the object was not found
Please use show -signals|-variables command to find all valid object in the design hiarchy of interest.


How to apply UCLI force with a backslash signal name?
 
Last edited:

You need a escape character. Try \\ instead of single \. You can also try to put the net name in quotes "" and see if the net hierarchy is understood.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top