PT
434 Bytes
#!/bin/csh -f
if (!( -e ../bb.Universal.sdf1 )) then
../Delete_SDF_Timing.pl \
../Verilog_Output/bb.Universal.sdf |\
cat > ../bb.Universal.sdf1
diff \
../Verilog_Output/bb.Universal.sdf \
../bb.Universal.sdf1 |\
cat > ../diffout
endif
/bin/touch report_max
/bin/rm -rf report_max
mkdir report_max
qsub -l job=cpu PT_max
/bin/touch report_min
/bin/rm -rf report_min
mkdir report_min
qsub -l job=cpu PT_min