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.

How to delete the last run variables in Cadence SKILL?

Status
Not open for further replies.

zwangsv

Newbie level 3
Joined
Dec 28, 2004
Messages
4
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
43
cadence + skill + help

Hi everybody,

Recently, I have been learning Cadence SKILL. I experience the followiing problem. If you happen to know this, would you please give me a hint. Thank you.

1.How to delete thoes varaibles created by the procedure from last run?
During debug period, the same but modified procedure will be reloaded because of the modification. Before I call the modified procedure, those variables used in the last run are still there, which creates troouble some time. Is there any way, after each run, those variables will be emptied. I tried "clear" "quit". Right now, I have to exit Cadence and re-enter it to kill all the previous variable. Too time-consuming. Is there any better way? Thank you.

2. Is there any good SKILL debug tutorial?

Thank you.
 

cadence skill kill

Hi,
Please try these:
a=100
println(a)
a='unbound
println(a)
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top