马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有账号?注册
x
我用 Tutorial 自带的 run.tcl 和 configure.tcl 跑通了其中一个门(AD42M2TM )的Rechar流程。
但是在运行其中一个D触发器(SDFERM1TM )的时候,遇到了Error。
.subckt SDFERM1TM Q QB CK D E RB SD SE VDD VSS
MP1 VDD net21 QB VDD P_12_LPRVT w=0.30u l=0.06u
MP14 net23 net118 net26 VDD P_12_LPRVT w=0.31u l=0.06u
MP17 net28 net121 net103 VDD P_12_LPRVT w=0.29u l=0.06u
MP10 VDD SE net23 VDD P_12_LPRVT w=0.31u l=0.06u
…………
MN12 net124 CK VSS VSS N_12_LPRVT w=0.16u l=0.06u
MN16 net105 net103 VSS VSS N_12_LPRVT w=0.18u l=0.06u
MN0 net105 net121 net131 VSS N_12_LPRVT w=0.18u l=0.06u
MN17 net64 net131 net145 VSS N_12_LPRVT w=0.20u l=0.06u
MN19 net21 net64 VSS VSS N_12_LPRVT w=0.16u l=0.06u
MN20 net21 net124 net131 VSS N_12_LPRVT w=0.12u l=0.06u
MN21 Q net64 VSS VSS N_12_LPRVT w=0.20u l=0.06u
MN18 net145 RB VSS VSS N_12_LPRVT w=0.20u l=0.06u
.ends SDFERM1TM
类似的错误信息还有很多:
Info: [CDPL] Tasks: 510/560, (91.1%, 0 Cached, 28 Failed); Active Workers: 50, Pending Workers: 0, Elapsed: 13m24s
Error: Simulation cmpw_hbm__RB__hl__RB__lh__ACQ_31.sif for cell SDFERM1TM failed. (SMSC-105)
Error: deck.lis: **error** invalid memory reference . (SC-59) (SDFERM1TM::cmpw_hbm__RB__hl__RB__lh__ACQ_31)
Error: Task 560 (cmpw_hbm__RB__hl__RB__lh__ACQ_31 of SDFERM1TM) failed on W22 on server315 with return value 0 (TBD-1)
因为错误编号都相同,所以我找到了
sis_cci> man SMSC-105
Info: MANUAL PAGE
NAME
SMSC-105 (error) "Invalid arguments provided. Please check set_liberty_attribute command."
……
sis_cci> man TBD-1
Info: MANUAL PAGE
NAME
TBD-1 (error) Error to be classified and documented.
DESCRIPTION
This represents an error message that is pending classification and documentation with a man page.
WHAT NEXT
Please collect all error messages with this code and provide them to your Synopsys support for proper documentation.
……
|