( ESNUG 212 Item 2 ) ---------------------------------------------- [3/9/95]
Subject: (ESNUG 211 #3) "VSS VHDL Compiled Engine Problems on IBM RS6000's"
>Are there other VSS users out there that have compiled engine problems on an
>RS6000? By problem I mean "vhdldbx" or "vhdlsim" takes an especially long
>time during elaboration, then it crashes with a message like this:
>
> dump: ...../WORK/rs6000/libCsa023840.so.1.0:
> dump: 0654-106 Cannot open the specified file.
> **Internal Error: vhdlsim: Please report (Can not link shared object file).
>
>Smaller pieces of our design will work OK compiled, but larger ones do not.
From: fyang@vnet.ibm.com (Fred Yang)
Hi, John,
Try the following and see if it works for large designs:
$cd $SYNOPSYS/rs6000/sim/bin
$/usr/bin/echo '\0200\0\0\0' | dd of=vhdlsim bs=4 count=1 seek=19 conv=notrunc
NOTE: the "dd" command is going to modify the executable code "vhdlsim".
So you absolutely want to create a backup copy before "dd".
- Fred Yang
IBM San Jose
|
|