mirror of https://github.com/openXC7/prjxray.git
7 lines
186 B
Bash
7 lines
186 B
Bash
|
|
#!/bin/bash
|
||
|
|
|
||
|
|
set -ex
|
||
|
|
vivado -mode batch -source runme.tcl
|
||
|
|
${XRAY_BITREAD} -F $XRAY_ROI_FRAMES -z -y -C -o design.bits design.bit
|
||
|
|
grep -h _050_ design.bits | cut -f4 -d_ | sort | uniq -c
|