mirror of
https://github.com/openXC7/prjxray.git
synced 2026-08-29 01:13:57 +02:00
+2
-2
@@ -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 build -name 'segdata_*.txt')
|
||||
${XRAY_SEGMATCH} -o build/tmp.segbits $(find build -name 'segdata_*.txt' |sort)
|
||||
cat build/tmp.segbits
|
||||
|
||||
|
||||
Reference in New Issue
Block a user