get_new_dp
369 Bytes
#!/bin/csh -f
cp /hosts/jax/a/Reality/rcp/layout/iu/sudp/sudp_l.nls .
cp /hosts/jax/a/Reality/rcp/layout/vusl/vudp/vudp_l.nls .
rm vudp.nls*
rm sudp.nls*
vlsishell << EOF
set echo on
#
# Switch in the dp timing netlists
#
util netlist
read [nls]vudp_l
write (hier) [nls]vudp
q
util netlist
read [nls]sudp_l
write (hier) [nls]sudp
q
q
EOF
rm sudp_l.nls vudp_l.nls