irun: 09.20-p007: (c) Copyright 1995-2009 Cadence Design Systems, Inc.
Loading snapshot worklib.top:v .................... Done
ncsim: *E,IMPDLL: Unable to load the implicit shared object.
OSDLERROR: /home/qwer/t/INCA_libs/worklib/top/v/_sv_export.so: cannot open shared object file: No such file or directory or file is not valid ELFCLASS32 library..
ncsim: *F,FLDRUN: Failed to load dynamic library librun for DPI.
OSDLERROR: /home/qwer/t/INCA_libs/irun.lnx86.09.20.nc/librun.so: cannot open shared object file: No such file or directory or file is not valid ELFCLASS32 library..
我利用sudo apt-get install lib32z1安裝了32bit
依舊
irun: 09.20-p007: (c) Copyright 1995-2009 Cadence Design Systems, Inc.
Loading snapshot worklib.top:v .................... Done
ncsim: *E,IMPDLL: Unable to load the implicit shared object.
OSDLERROR: /home/qwer/t/INCA_libs/worklib/top/v/_sv_export.so: cannot open shared object file: No such file or directory or file is not valid ELFCLASS32 library..
ncsim: *F,FLDRUN: Failed to load dynamic library librun for DPI.
OSDLERROR: /home/qwer/t/INCA_libs/irun.lnx86.09.20.nc/librun.so: cannot open shared object file: No such file or directory or file is not valid ELFCLASS32 library..
you can run 'file xxx/sv_export.so' and 'file xxx/librun.so' to identify the class of the shared library,if class is ELF64, setenv CDS_AUTO_64BIT all, if class is ELF 32, setenv CDS_AUTO_64BIT NONE'