The Designer's Guide Community Forum
https://designers-guide.org/forum/YaBB.pl
Simulators >> AMS Simulators >> AMS+error encountered during NC elaboration for configuration
https://designers-guide.org/forum/YaBB.pl?num=1289723661

Message started by mustangyhz on Nov 14th, 2010, 12:34am

Title: AMS+error encountered during NC elaboration for configuration
Post by mustangyhz on Nov 14th, 2010, 12:34am

error encountered during NC elaboration for configuration
how to solve this?thanks!

Title: Re: AMS+error encountered during NC elaboration for configuration
Post by Geoffrey_Coram on Nov 15th, 2010, 2:30pm

There is too little information here to even try to help you.

Title: Re: AMS+error encountered during NC elaboration for configuration
Post by mustangyhz on Nov 15th, 2010, 5:46pm

I am sorry, I have added some information here:

no connection module found:need an input port of discrete discipline logic, and an output port of continuous ciscipline electrical, at instance test.IO.
.clkin(net7), .clkout(net10)

no connection module found:need an input port of continuous discipline electrical, and an output port of discrete discipline logic, at instance test.IO.

Title: Re: AMS+error encountered during NC elaboration for configuration
Post by sheldon on Nov 15th, 2010, 7:53pm

Mustangyhz,

  AMS is telling you that there are no connect modules. How are you
defining them?

                                                         Best Regards,

                                                            Sheldon

Title: Re: AMS+error encountered during NC elaboration for configuration
Post by mustangyhz on Nov 15th, 2010, 11:24pm

sheldon
thank you!
I have solved the problem by adding the connect rules "ConnRules_18V_fll_fast". But there is another problem.when I simulate it. there is an error messeage in the ncsim.log

ncsim: *W,DLCPTH (../cds.lib,11): cds.lib Invalid path '/apps/CDSTools/ASSURA31.lnx86/500/ASSURA317_Base/tools/assura/etc/avtech/avTech' (cds.lib command ignored).
ncsim: *W,OPOBSO: Obsolete option AMSLIC:  Use AMS license.
ncsim: *W,SST2DC: Unable to load SST2 communication library: /usr/ius/tools/lib/libdcapi.so: cannot open shared object file: No such file or directory or file is not valid ELFCLASS32 library..

how can i solve this problem?
Best Regards,

Title: Re: AMS+error encountered during NC elaboration for configuration
Post by Geoffrey_Coram on Nov 16th, 2010, 5:13am

Mustangyhz -
This is the third separate place you have asked the very same question!!

I think SST2 is a specific output format; perhaps you can look at your settings and choose a different one (PSF?).

You said that you found /usr/ius/tools/lib/libdcapi.so is a symbolic link (->); you should check that the file it points to actually exists.

Title: Re: AMS+error encountered during NC elaboration for configuration
Post by mustangyhz on Nov 16th, 2010, 5:27am

Thanks for your reply
I do find this file
[root@mml lib]# cd /usr/ius/tools
[root@mml lib]# cd /lib
[root@mml lib]# find ./ -name libdcapi.so
./64bit/libdcapi.so
./libdcapi.so
[root@mml lib]# ls -l ./64bit/libdcapi.so

lrwxrwxrwx  1 root root 37 Nov 16 19:33 ./64bit/libdcapi.so -> ../../simvision/lib/64bit/libdcapi.so
[root@mml lib]# ls -l ./libdcapi.so
lrwxrwxrwx  1 root root 34 Nov 16 19:35 ./libdcapi.so -> ../simvision/lib/64bit/libdcapi.so


help me!!!!!!!!

Title: Re: AMS+error encountered during NC elaboration for configuration
Post by Geoffrey_Coram on Nov 16th, 2010, 10:56am


mustangyhz wrote on Nov 16th, 2010, 5:27am:
[root@mml lib]# ls -l ./libdcapi.so
lrwxrwxrwx  1 root root 34 Nov 16 19:35 ./libdcapi.so -> ../simvision/lib/64bit/libdcapi.so


Well, there's a possible problem: the 32bit libdcapi points to the 64bit one under simvision.  I would have expected
rwxrwxrwx  1 root root 34 Nov 16 19:35 ./libdcapi.so -> ../simvision/lib/libdcapi.so

Also, be sure to try
ls -l ../simvision/lib/libdcapi.so
ls -l ../simvision/lib/64bit/libdcapi.so

to see if the file the link points to is actually there!

Title: Re: AMS+error encountered during NC elaboration for configuration
Post by mustangyhz on Nov 16th, 2010, 4:47pm

1\[root@mml lib]# ls -l ../simvision/lib/libdcapi.so
ls: ../simvision/lib/libdcapi.so: No such file or directory
why should I check this?
2\[root@mml lib]# ls -l ../simvision/lib/64bit/libdcapi.so
-rwxr-xr-x  1 19645 1001 786193 Mar  3  2010 ../simvision/lib/64bit/libdcapi.so
3\[root@mml lib]# ls -l ../../simvision/lib/64bit/libdcapi.so
ls: ../../simvision/lib/64bit/libdcapi.so: No such file or directory

now what should I do?

Title: Re: AMS+error encountered during NC elaboration for configuration
Post by mustangyhz on Nov 16th, 2010, 5:11pm

Geoffrey_Coram
Thank you!
##########
http://fixunix.com/mandriva/123550-problem-libraries.html
[jim@jb ~]$ locate libc.so.6
/lib/libc.so.6
/lib64/libc.so.6
[jim@jb ~]$ ls -l /lib/libc.so.6 /lib64/libc.so.6
lrwxrwxrwx 1 root root 11 May 9 12:37 /lib64/libc.so.6 -> libc-2.4.so
lrwxrwxrwx 1 root root 11 May 9 12:37 /lib/libc.so.6 -> libc-2.4.so
[jim@jb ~]$ ls -l /lib64/libc-2.4.so /lib/libc-2.4.so
-rwxr-xr-x 1 root root 1288656 Mar 7 2007 /lib64/libc-2.4.so
-rwxr-xr-x 1 root root 1232576 Mar 7 2007 /lib/libc-2.4.so

Check to see if you have the two libc-2.4.so libraries, and
if the symbolic links are correct.

You may need to link existing libc-2.4.so files to the needed
pathnames, using ln -s /existing/path/file /new/path/file
############
some one has solved this kind of problem like above.
I don't have the /usr/ius/tools/simvision/lib/libdcapi.so

[root@mml lib]# ls -l ./64bit/libdcapi.so
lrwxrwxrwx  1 root root 37 Nov 16 19:33 ./64bit/libdcapi.so -> ../../simvision/lib/64bit/libdcapi.so
[root@mml lib]# ls -l ../../simvision/lib/64bit/libdcapi.so
ls: ../../simvision/lib/64bit/libdcapi.so: No such file or directory
[root@mml lib]# ls -l ../simvision/lib/libdcapi.so
ls: ../simvision/lib/libdcapi.so: No such file or directory
############
I DON'T know what to do, so I just
copy /usr/ius/tools/simvision/lib/64bit/libdcapi.so   to    /usr/ius/tools/simvision/lib/libdcapi.so
and delete ls -l ./64bit/libdcapi.so
then [root@mml lib]# ln -s ../simvision/lib/libdcapi.so ./libdcapi.so
############
However, I don't solve my problem. I know it is wrong to copy /usr/ius/tools/simvision/lib/64bit/libdcapi.so   to    /usr/ius/tools/simvision/lib/libdcapi.so.
but, what should I do without  /usr/ius/tools/simvision/lib/libdcapi.so?
how can I use "ln -s /existing/path/file /new/path/file" without "/existing/path/file"?

help!!!



Title: Re: AMS+error encountered during NC elaboration for configuration
Post by mustangyhz on Nov 16th, 2010, 6:25pm

Geoffrey_Coram
Thank you!
I have solved my problem. I just copy the libdcapi.so from another tool lib to /usr/ius/tools/simvision/lib/ ,and then ln -s ../simvision/lib/libdcapi.so ./libdcapi.so
It works!
thank you verymuch!!!! :)

The Designer's Guide Community Forum » Powered by YaBB 2.2.2!
YaBB © 2000-2008. All Rights Reserved.