mirror of https://github.com/openXC7/prjxray.git
reseg: segmatch only build dir
Signed-off-by: John McMaster <JohnDMcMaster@gmail.com>
This commit is contained in:
parent
b5263094bb
commit
49eb2549f9
|
|
@ -14,6 +14,6 @@ for f in $(find -name design.bits) ; do
|
|||
done
|
||||
popd
|
||||
|
||||
${XRAY_SEGMATCH} -o build/tmp.segbits $(find -name 'segdata_*.txt')
|
||||
${XRAY_SEGMATCH} -o build/tmp.segbits $(find build -name 'segdata_*.txt')
|
||||
cat build/tmp.segbits
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue