Please visit our website for details and bare with us while we get our documentation under way.
- Create new Vivado Project
- Setup board files for your target if available
- Import
/sources_1/new
and the apropriate contraint file for your board. - Run clocking wizard to add new clock module, rename one 100 MHz output to
main_clk
- Connect target to your Host, open
Hardware Manager
in Vivado and check that Auto Connect recognized the correct device. (Missing root permissions may hinder vivado to access the serial port) - Run Synthesis, Implementation, Bitstream Generation and finally programm your device
chipfail-glitcher.py
is a simple copy of the jupyter notebook found atjupyter/chipfail-glitcher.ipynb
. It may be used as an alternative by people who prefer not to use jupyter.