blob: 2a98ce74689a502c1c630966db807f7a3ed8df2b [file] [log] [blame]
#!/bin/csh
if ( -r cds.lib ) then
foreach cell (`cat cellList`)
rm si.env
sed -e "s^CELL_NAME^$cell^" < sienv_template >> si.env
si -batch -command netlist
end
else
echo "error: cannot find cds.lib in the current working directory"
endif