PT_typ 240 Bytes
#!/bin/csh -f

cd report_typ
/app/synopsys/v2001.08-SP1-2/sparcOS5/syn/bin/pt_shell -f ../bbsoc_typ.tcl
mv ../PT_typ.o* pt_summary_typ
grep '_latency_|indelay_pll|pll_feedback_delay' pt_summary_typ | grep -v Information > clk_latency
cd ..