mirror of https://github.com/openXC7/prjxray.git
roi_harness: add README info, chmod +x
Signed-off-by: John McMaster <johndmcmaster@gmail.com>
This commit is contained in:
parent
8da9f4f572
commit
c8ad3e219b
|
|
@ -17,3 +17,7 @@ To build the baseline harness:
|
||||||
To build a sample Vivado design using the harness:
|
To build a sample Vivado design using the harness:
|
||||||
XRAY_ROIV=roi_inv.v XRAY_FIXED_XDC=out_xc7a35tcpg236-1_BASYS3-SWBUT_roi_basev/fixed_noclk.xdc ./runme.sh
|
XRAY_ROIV=roi_inv.v XRAY_FIXED_XDC=out_xc7a35tcpg236-1_BASYS3-SWBUT_roi_basev/fixed_noclk.xdc ./runme.sh
|
||||||
Note: this was intended for verification only and not as an end user flow (they should use SymbiFlow)
|
Note: this was intended for verification only and not as an end user flow (they should use SymbiFlow)
|
||||||
|
|
||||||
|
To use the harness for the basys3 demo, do something like:
|
||||||
|
python3 demo_sw_led.py out_xc7a35tcpg236-1_BASYS3-SWBUT_roi_basev 3 2
|
||||||
|
This example connects switch 3 to LED 2
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue