logo
 
 Main Menu
 Tutorials
 Forum
 Who's Online
7 user(s) are online (5 user(s) are browsing Forum)

Members: 0
Guests: 7

more...
 Top Posters
1
jgrad
298
2
ebrunvand
64
3 svchw 47
4
jbakos
36
5 ucgrad 35
6
jamesstine
33
7
ekalenda
33
8 pepet 25
9 reneezl 21
10 ashkan2000 20

Browsing this Thread:   1 Anonymous Users





IC6.1.3 incompatibility with ADE GXL
Just popping in
Joined:
2007/11/21 8:16
Group:
Registered Users
Posts: 2
Level : 1; EXP : 2
HP : 0 / 0
MP : 0 / 5
Offline
I have a simple inverter simulation which works fine using IC 6.1.2 and ADE GXL. However, after upgrading to 6.1.3 I get the following error:


cat logs_asd1815/Job0.log

\o *Info*    Run start for Point ID (0 10) on testbench [
\o           cu_design:transistor_ac:1 ].
\o 
\w *WARNING* (reader): illegal character '#' ignored at line 1 of string "(list File=All#G"
\w *WARNING* (reader): illegal character '#' ignored at line 1 of string "File=All#G"
\w *WARNING* (reader): expression was improperly terminated by EOF at line 1 of string "...e/nom/ami06N.m Section=;
\w "
\w *WARNING* (reader): illegal character '#' ignored at line 1 of string "File=All#G"
\w *WARNING* (reader): expression was improperly terminated by EOF at line 1 of string "...e/nom/ami06N.m Section=;
\w "
\o 
\o *Info*    Setting parameter values ...


I am still debugging the skill code. I will post my results, if any.
+The simulations work fine with ADE L but not GXL.
+I am using the latest NCSU CDK 1.6.0 beta and MSIM07.11.071.

Posted on: 2009/9/11 19:09
Create PDF from Post Print


Re: IC6.1.3 incompatibility with ADE GXL
Just popping in
Joined:
2007/11/21 8:16
Group:
Registered Users
Posts: 2
Level : 1; EXP : 2
HP : 0 / 0
MP : 0 / 5
Offline
It seems that the error was not caused by a parser.
It is caused by

\o Loading NCSU SKILL routines...
\w *WARNING* (def): redefining function cd from a lambda to be a nlambda
\w *WARNING* (def): redefining function ls from a lambda to be a nlambda


I commented out the two functions in opusUnix.il as they seem to be implemented natively now. So, the problem is now resolved. I still need to check if this minor edit would negatively affect older versions of Virtuoso and MMSIM.

It seems that the forum is dead. Anyway thanks for viewing this post 27 times!

Heres the patch enjoy!

--- opusUnix.il	2006-02-10 11:33:46.000000000 -0500
+++ opusUnix.il.new	2009-09-18 00:33:37.920539638 -0400
@@ -38,7 +38,7 @@
 /*        in the CI Window (CIW).                               */
 /****************************************************************/
 
-
+/*
 nprocedure( cd(dir)
    if(dir then
       dir = car(dir)
@@ -76,7 +76,7 @@
       )
    )
 )
-
+*/
 nprocedure( cat(fileName)
    let( (file)
       if(fileName then

Posted on: 2009/9/17 20:36
Create PDF from Post Print






You cannot start a new topic.
You can view topic.
You cannot reply to posts.
You cannot edit your posts.
You cannot delete your posts.
You cannot add new polls.
You cannot vote in polls.
You cannot attach files to posts.
You cannot post without approval.

[Advanced Search]


Powered by XOOPS 2.0 © 2001-2003 The XOOPS Project