mirror of https://github.com/openXC7/prjxray.git
7 lines
365 B
Bash
7 lines
365 B
Bash
#!/bin/bash
|
|
vivado -mode batch -source runme.tcl
|
|
../../tools/bitread -F $XRAY_ROI_FRAMES -o design.bits -z -y design.bit
|
|
../../tools/bitread -F $XRAY_ROI_FRAMES -o routes.bits -z -y routes.bit
|
|
python3 ../../utils/segprint.py routes.bits INT_L_X12Y119 INT_L_X12Y117 INT_L_X12Y115
|
|
python3 ../../utils/segprint.py routes.bits INT_R_X13Y118 INT_R_X13Y116 INT_R_X13Y114
|