-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreadme.txt
20 lines (12 loc) · 855 Bytes
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
This folder contains the source code of arm program to demo SNN
fifo.c is a simple program test communication between fpga and arm
makefile compiles the fifo.c
DE1_SoC_Computer.v is the top level of entire fpga project, it is used in the quartus project in ../verilog folder
cpp folder contains the source code for demo program, this is the working version
gui contains a complete working demo including gui and arm executable
advanced_gui is also a complete working demo, contain gui and arm executable. gui supports auto execute
fsm_simulate.v is a fsm. it is the same as fsm implemented in DE1_SoC_Computer.v. Put it in a individual file for modelsim simulation.
fsm_tb is corresponding testbench
to compile the arm program, go to cpp folder and run makefile
to run demo
upload gui or advance_gui to de1 board, and execute gui.py or new_gui.py