Merge pull request #386 from mcmasterg/reseg_dir

reseg: segmatch only build dir
This commit is contained in:
John McMaster 2018-12-21 13:56:25 -08:00 committed by GitHub
commit cb5d2776f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -7,13 +7,13 @@ set -ex
FUZDIR=$PWD
pushd build
for f in $(find -name design.bits) ; do
for f in $(find -name design.bits |sort) ; do
pushd $(dirname $f)
python3 $FUZDIR/generate.py
popd
done
popd
${XRAY_SEGMATCH} -o build/tmp.segbits $(find -name 'segdata_*.txt')
${XRAY_SEGMATCH} -o build/tmp.segbits $(find build -name 'segdata_*.txt' |sort)
cat build/tmp.segbits