This directory contains 7-series specific architecture definitions.
The following examples are testing on basys3:
After creating a cmake build directory (running make env in root), cd into example and run:
make <example name>_<board name>_bin
to generate a bitstream. To program the bitstream via OpenOCD run:
make <example name>_<board name>_prog
Additional targets are best explored via tab completion.
Full example for buttons:
git clone https://github.com/SymbiFlow/f4pga-arch-defs.git cd f4pga-arch-defs make env cd build cd xc7/tests/buttons make buttons_basys3_bin