|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有账号?注册
×
Error: Layer "M1" (metal1) exists in the MW-tech but not in the mapping AND ITF file. (TLUP-001)
Error: Layer "M2" (metal2) exists in the MW-tech but not in the mapping AND ITF file. (TLUP-001)
Error: Layer "M3" (metal3) exists in the MW-tech but not in the mapping AND ITF file. (TLUP-001)
Error: Layer "M4" (metal4) exists in the MW-tech but not in the mapping AND ITF file. (TLUP-001)
Error: Layer "M5" (metal5) exists in the MW-tech but not in the mapping AND ITF file. (TLUP-001)
Error: Layer "M6" (metal6) exists in the MW-tech but not in the mapping AND ITF file. (TLUP-001)
fab提供的map如下:
conducting_layers
POLY1 poly RPSQ=7.85
METAL1 metal1 RPSQ=0.11
METAL2 metal2 RPSQ=0.065
METAL3 metal3 RPSQ=0.065
METAL4 metal4 RPSQ=0.065
METAL5 metal5 RPSQ=0.065
METAL6 metal6 RPSQ=0.0202
via_layers
CONT polyCont AREA=0.0256 RPV=11
VIA12 via1 AREA=0.0361 RPV=1.0
VIA23 via2 AREA=0.0361 RPV=1.0
VIA34 via3 AREA=0.0361 RPV=1.0
VIA45 via4 AREA=0.0361 RPV=1.0
VIA56 via5a AREA=0.1296 RPV=0.45
想请问RPSQ和RPV的含义是什么?应该可以删除的吧?
itf:
VIA polyCont { FROM=poly TO=metal1 AREA=0.0256 RPV=1 }
VIA via1 { FROM=metal1 TO=metal2 AREA=0.0361 RPV=0.1 }
VIA via2 { FROM=metal2 TO=metal3 AREA=0.0361 RPV=0.1 }
VIA via3 { FROM=metal3 TO=metal4 AREA=0.0361 RPV=0.1 }
VIA via4 { FROM=metal4 TO=metal5 AREA=0.0361 RPV=0.1 }
VIA via5a { FROM=metal5 TO=metal6 AREA=0.1296 RPV=0.1 }
VIA via5b { FROM=mim TO=metal6 AREA=0.1296 RPV=0.1 }
VIA viapa { FROM=metal6 TO=alpa AREA=16.00 RPV=0.033}
对比了tf以后。修改了map。如下:左是tf右是itf。
conducting_layers
GT poly
M1 metal1
M2 metal2
M3 metal3
M4 metal4
M5 metal5
M6 metal6
via_layers
CT polyCont
V1 via1
V2 via2
V3 via3
V4 via4
V5 via5a,via5b
由于PLL里面有mim,我想是不是map要加上via5b的信息?
不管是写V5 via5a,via5b 还是分两行写:
V5 via5a
V5 via5b
都还是报错如上。
请教。
谢谢! |
|