PT
555 Bytes
#!/bin/csh -f
date > start_date
if (!( -e ../bb.Universal.sdf1 )) then
../../common/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
/bin/touch report_typ
/bin/rm -rf report_typ
mkdir report_typ
qsub -l job=cpu PT_typ