|
发表于 2011-8-24 11:32:24
|
显示全部楼层
using cmd,
dbSetCellPortTypes libName cellName ’(
(powerPortName "Power")
(groundPortName "Ground")
)#f
for example,
dbSetCellPortTypes "test_marco" "ZCDD" '(
("VDD" "Power" )
("VSS" "Ground" )
) #f
Using "Scheme" mode to execute this command, or you’ll fail,
Once you don’t pass this step, you’re unable to do the BVP
(BOUNDERY, VIA, PIN)
the point would be...using the scheme mode, you may turn tcl mode? |
|