#!/bin/csh -f

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

if ($#argv == 1) then
  set freqM = $1
else
  set freqM = 32
endif

${rootpath}/gdr/test/configsub 0
${rootpath}/gdr/test/configsub 1
${rootpath}/gdr/test/configsub 2
${rootpath}/gdr/test/configsub 3
${rootpath}/gdr/test/configsub 4
${rootpath}/gdr/test/configsub 5
${rootpath}/gdr/test/configsub 6
${rootpath}/gdr/test/configsub 7
${rootpath}/gdr/testv/pllconfig 0 ${freqM}
${rootpath}/gdr/testv/pllconfig 1 ${freqM}
${rootpath}/gdr/testv/pllconfig 2 ${freqM}
${rootpath}/gdr/testv/pllconfig 3 ${freqM}
${rootpath}/gdr/testv/pllconfig 4 ${freqM}
${rootpath}/gdr/testv/pllconfig 5 ${freqM}
${rootpath}/gdr/testv/pllconfig 6 ${freqM}
${rootpath}/gdr/testv/pllconfig 7 ${freqM}
