prjxray/minitests/roi_harness
John McMaster 83cb39d351 roi_harness: support Arty A7 switch, button, LED
Signed-off-by: John McMaster <johndmcmaster@gmail.com>
2018-01-05 13:38:54 -08:00
..
.gitignore roi_harness: I/O partial reconfiguration test harness 2018-01-04 18:48:01 -08:00
Makefile roi_harness: I/O partial reconfiguration test harness 2018-01-04 18:48:01 -08:00
README.txt roi_harness: I/O partial reconfiguration test harness 2018-01-04 18:48:01 -08:00
arty.sh roi_harness: I/O partial reconfiguration test harness 2018-01-04 18:48:01 -08:00
runme.sh roi_harness: I/O partial reconfiguration test harness 2018-01-04 18:48:01 -08:00
runme.tcl roi_harness: support Arty A7 switch, button, LED 2018-01-05 13:38:54 -08:00
top.v roi_harness: I/O partial reconfiguration test harness 2018-01-04 18:48:01 -08:00

README.txt

Creates an ROI with clk, inputs, and outputs to use as a partial reconfiguration test harness 

Basic idea:
-LOC LUTs in the ROI to terminate input and output routing
-Let Vivado LOC the rest of the logic
-Manually route signals in and out of the ROI enough to avoid routing loops into the ROI
-Let Vivado finish the rest of the routes

There is no logic outside of the ROI in order to keep IOB to ROI delays short
Its expected the end user will rip out everything inside the ROI

To target Arty A7 you should source the artix DB environment script then source arty.sh