#!/bin/csh -f

#
# reconfigure the clock cycle of model800.
#

set cmdname  = $0:t;
set rootpath = $0:h/../..
pushd $rootpath > /dev/null
set rootpath = `pwd`
popd > /dev/null

# for p32c148.rpd
# clk(MHz)     : 174/179/179/179
# peak(Gflops) : 840
${rootpath}/hibutil/hibtest 22 34 26 0;
# ${rootpath}/hibutil/hibtest 22 33 26 0;
${rootpath}/hibutil/hibtest 22 35 26 1;
${rootpath}/hibutil/hibtest 22 35 26 2;
${rootpath}/hibutil/hibtest 22 35 26 3;

# for p34c139.rpd
# clk(MHz)     : 148/174/164/174
# peak(Gflops) : 852
# ${rootpath}/hibutil/hibtest 22 29 26 0;
# ${rootpath}/hibutil/hibtest 22 34 26 1;
# ${rootpath}/hibutil/hibtest 22 32 26 2;
# ${rootpath}/hibutil/hibtest 22 34 26 3;
