#! /bin/csh -f

############################################################
## Copyright: 2011 Integrated Sytems Laboratory, ETH Zurich
##            http://www.iis.ee.ethz.ch/~sha3
############################################################

set VER=2010.03
set SCR="./scripts/sha3_syn.tcl"
set LOG=run.log

synopsys-${VER} dc_shell-xg-t -f $SCR | tee reports/$LOG

echo
echo "# For collecting the slacks of the different runs" 
echo "grep -e slack -e TIMING reports/*_timing.rep"
echo
echo "# For collecting the areas of the different runs" 
echo "grep 'Total cell area' reports/*_area.rpt"
echo "----------------------------------------------------"
./eval_syn_results.pl

Generated on Tue Nov 22 15:16:34 CET 2011
Home