| |
l=float(input("insert mos channel length"))##输入mos的length
w=float(input("insert mos channel width"))##输入mos的width
poly_space=float(input("insert poly space"))##输入模式之间的space
end_poly=float(input("insert end of poly"))##输入end poly的长度
mos_type=(str(input("insert mos type n or p")))##输入mos的类型
if mos_type=p or mos_type=P
then
poly_rate=0.45
else
poly_rate=0.50
rectangle_l=l+poly_space
area=rectangle_l*(w+2*end_poly)
cow=int(10/rectangle_l+1)
poly_area=l*
row=int(/)