|
楼主 |
发表于 2010-7-15 22:57:12
|
显示全部楼层
本帖最后由 SamsungMonitor 于 2010-7-18 10:27 编辑
Note:
For those who install LPKIT82 in RHEL5.X, you might face some problems to get the decrypted files.
Please issue out if somebody cannot get the files.
Thanks.
Solution for 0 bytes of DATA.tgzaa and LIBS.tgzaa:
1.) You might not able to get the 18 folders and 1 file inside /home/eda/lp_kit8.2/kits/LP_KIT_HOME directory.
2.) What you get might be as shown below.
DESIGN_REUSE
DOCUMENTATION
FP_IO_RING
LIBRARY_DEV
LIBS
LP_CLP_LEC
LP_DFT
FP_ECO_METHODOLOGY
LP_SI_TIMING_CLOSURE
LP_SYNTHESIS
LP_VERIFICATION
POWER_PLANNING
POWER_SIGNOFF
PVS
RTL
SETUP
TOOLS
Copyright
DATA.tgzaa 0 bytes
DATA.tgzab 100MB
DATA.tgzac 100MB
DATA.tgzad 100MB
DATA.tgzae 100MB
DATA.tgzaf 100MB
LIBS.tgzaa 0 bytes
LIBS.tgzab 100MB
LIBS.tgzac 100MB
LIBS.tgzad 100MB
LIBS.tgzae 100MB
LIBS.tgzaf 100MB
LIBS.tgzag 100MB
3.) For those who get the 0 bytes of "DATA.tgzaa" and "LIBS.tgzaa", you need to do some tricks in order to decrypt those files.
4.) Delete all the files under /home/eda/lp_kit8.2/kits/LP_KIT_HOME directory and do the configuration again.
5.) Monitor the LP_KIT_HOME from time to time during the configuration and decryption.
6.) Copy out the "DATA.tgzaa" and "LIBS.tgzaa" once it appear, both size are 100MB.
7.) When the configuration finish, you will see the "DATA.tgzaa" and "LIBS.tgzaa" under LP_KIT_HOME folder become 0 bytes (maybe is Cadence internal errors).
8.) Now copy the 100MB of "DATA.tgzaa" and "LIBS.tgzaa" to LP_KIT_HOME folder, replace them.
9.) Now under /home/eda/lp_kit8.2/kits/LP_KIT_HOME directory, you should have
DESIGN_REUSE
DOCUMENTATION
FP_IO_RING
LIBRARY_DEV
LIBS
LP_CLP_LEC
LP_DFT
FP_ECO_METHODOLOGY
LP_SI_TIMING_CLOSURE
LP_SYNTHESIS
LP_VERIFICATION
POWER_PLANNING
POWER_SIGNOFF
PVS
RTL
SETUP
TOOLS
Copyright
DATA.tgzaa 100MB
DATA.tgzab 100MB
DATA.tgzac 100MB
DATA.tgzad 100MB
DATA.tgzae 100MB
DATA.tgzaf 100MB
LIBS.tgzaa 100MB
LIBS.tgzab 100MB
LIBS.tgzac 100MB
LIBS.tgzad 100MB
LIBS.tgzae 100MB
LIBS.tgzaf 100MB
LIBS.tgzag 100MB
10.) Now open a new terminal.
-------------------------------------------------------------
cd /home/eda/lp_kit8.2/kits/LP_KIT_HOME
cat DATA.tgza* > DATA.tgz
cat LIBS.tgza* > LIBS.tgz
rm DATA.tgza*
rm LIBS.tgza*
tar -xf DATA.tgz
tar -xf LIBS.tgz
-------------------------------------------------------------
Please patient during the each process. |
|