vi.parscr 1.24 KB
#!/bin/csh -f
#
# CHIPCOMP
#
vlsishell << EOF
set echo on
utility chipcomp

load [nls]vi

load [flr]vi_floorplan
floor areas on
guidance on
floor property on
seed cell instances on
pad/conn seed off
net weight off
net width off
max capacitance off
ECO placement off
path delays off
clk net info on
accept

load [flr]vi_conn_seeds
floor areas off
guidance off
floor property off
seed cell instances off
pad/conn seed on
net weight off
net width off
max capacitance off
ECO placement off
path delays off
clk net info off
accept

set up
initial placement v/h weight 2
initial placement optimize method high
improve vertical weight 2
improve horizontal weight 1
improve optimize on
add power strap on
std column routing passes 9
accept

seed clock nets
add 1
(1, netname) clk
(1, frequency) 70M
(1, branchwidth) 8
accept

seed clock nets
add 2
(2, netname) vclk
(2, frequency) 70M
(2, branchwidth) 8
accept

placecel
improvCel
routecel
unoverlap

set current guidance Vdd
multiply current guidance
connector width
set current guidance Vss
multiply current guidance
connector width
set current guidance by name clk
multiply current guidance
connector width
set current guidance by name vclk
multiply current guidance
connector width

routeBK

save
info

quit
exit
EOF
#