A demo of Leaky Integrated and Fire neuron on FPGA (MicroZed). The verilog code of LIF core can be found here: NASH.v
This project is designed for Vivado 2016.4 and MicroZed 7Z010
- Modify the path to Vivado 2016.4 in
build.bat
as your installation path. - Double click to
build.bat
(or execute it via command). - Check the file
vivado.log
to ensure the correctness of project. - Open the Project at
MicroZed_NASH_SYSTEM/MicroZed_NASH_SYSTEM.xpr
. - Generate bitstream and export to SDK.
- Test C code is in
src/NASH_SYSTEM_LIF_neuron_test.c
. - Implement the system to MicroZed.