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.

can't save&load simulation state1,2,3...in artist_states

Status
Not open for further replies.

xiaohuoshuan

Newbie level 1
Joined
May 23, 2006
Messages
1
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,287
procedure(sevdirfiles(name))

need your help! I can't save&load my simulation state in spectre artist_states cadence 5033.
 

.artist_states cadence

If this menu item is grayed out, you should check your ADE license.
 

cadence artist_states

If you run ic5141 in Fedora or some latest linux platform,you may meet the problem of saving states. You can't load the states named as state1,2,3..., but the states named as other can be loaded normally.The reason seems to be the next:
Fedora have a different data storage style.
Specifically that problem you can resolve by entering to .cdsinit the next line

procedure(sevDirFiles(name)
(cdr (cdr (sort (getDirFiles name) nil)))
)
Good Lucy !
 

.artist_states

Thank you so much, xdlile!


xdlile said:
If you run ic5141 in Fedora or some latest linux platform,you may meet the problem of saving states. You can't load the states named as state1,2,3..., but the states named as other can be loaded normally.The reason seems to be the next:
Fedora have a different data storage style.
Specifically that problem you can resolve by entering to .cdsinit the next line

procedure(sevDirFiles(name)
(cdr (cdr (sort (getDirFiles name) nil)))
)
Good Lucy !
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top