#! /bin/csh -f

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

mv reports reports.orig

foreach VER (2007.03 2009.06 2010.03 2011.09)
 echo $VER
 set SCR="./scripts/sha3_syn.tcl"
 set LOG=run-${VER}.log
 mkdir reports
 synopsys-${VER} dc_shell-xg-t -f $SCR | tee reports/$LOG
 mv reports reports.${VER}
end






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