Tiny verilog UART implementation and scripts to run it on real hardware.
Make sure Vivado in your $PATH variable and just run make build.
You will find your bit file in vivado_build/build/products
.
After programming device, just connect cable to on-board micro-usb port.
python3 -m venv .venv
source .venv/bin/activate
pip install cocotb
make test
deactivate