roi_harness: add README info, chmod +x

Signed-off-by: John McMaster <johndmcmaster@gmail.com>
This commit is contained in:
John McMaster 2018-01-30 14:50:13 -08:00
parent 8da9f4f572
commit c8ad3e219b
4 changed files with 4 additions and 0 deletions

View File

@ -17,3 +17,7 @@ To build the baseline 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
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

0
minitests/roi_harness/demo_sw_led.py Normal file → Executable file
View File

0
minitests/roi_harness/demo_sw_led_fasm.py Normal file → Executable file
View File

0
minitests/roi_harness/test_demo_sw_led.py Normal file → Executable file
View File