The Designer's Guide Community
Forum
Welcome, Guest. Please Login or Register. Please follow the Forum guidelines.
May 5th, 2024, 8:28am
Pages: 1
Send Topic Print
Problem in wavescan (Read 2741 times)
Rooney
New Member
*
Offline



Posts: 9

Problem in wavescan
Jan 07th, 2009, 3:07am
 
Hi,

while opening the wavescan, I am getting the following errors:

Error eval: undefined function - ddsProgramName
Error load: error while loading file - "..../.cdslocal"

Can any one please tell what does this error mean and how to resolve it?

Don't know whether this can be the issue for wrong waveform dumping.
Back to top
 
 
View Profile   IP Logged
Andrew Beckett
Senior Fellow
******
Offline

Life, don't talk to
me about Life...

Posts: 1742
Bracknell, UK
Re: Problem in wavescan
Reply #1 - Jan 7th, 2009, 9:12am
 
I found some old solution which indicated that this error came about when using DesignSync - it calls this function to determine the executable. However, the "awd" executable (which is used for "ocean" and "wavescan" too) does not define this function.

A workaround is to add this to the beginning of your .cdsinit file (needs to be before any DesignSync code is loaded):

Code:
unless(isCallable('ddsProgramName)
    procedure( ddsProgramName()
    nth(0 parseString(nth(1 parseString(getVersion() " ")) "."))
    );procedure
)
 



You may possibly need it in an .oceanrc file as well, dependent on whether the code which is calling ddsProgramName() is loaded when running "ocean".

Best Regards,

Andrew.
Back to top
 
 
View Profile WWW   IP Logged
Pages: 1
Send Topic Print
Copyright 2002-2024 Designer’s Guide Consulting, Inc. Designer’s Guide® is a registered trademark of Designer’s Guide Consulting, Inc. All rights reserved. Send comments or questions to editor@designers-guide.org. Consider submitting a paper or model.