在51版本軟件中可在XL模式下在tools工具欄找到加載map file的地方。
map file的具體格式如下:
lxNetlistCellMap(
(" "
(("cell" "=" "LibName_sch ?CellName")
(useCell "LibName_lay ?CellName ?layout ?master.tag")
(paramNameMap ("w1" "w") ?("ll" "l"))
)
而在61版本中,在CIW窗口下鍵入下面代碼:
enSetVal( "layoutXL" ?"lxUseLibList" ?'string ?"LibName_lay" )
特別注意string只有前面有單引號(hào),后面沒(méi)有單引號(hào)哦~~~