https://github.com/binroot/spinnaker
https://github.com/binroot/spinnaker
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/binroot/spinnaker
- Owner: BinRoot
- License: gpl-2.0
- Created: 2013-10-13T01:05:47.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-01-21T19:58:40.000Z (over 12 years ago)
- Last Synced: 2025-02-24T08:17:33.856Z (over 1 year ago)
- Language: C
- Size: 203 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SpiNNaker Projects
Here are some pieces of code that run on the SpiNNaker, a Spiking Neural Network Architecture inspired by the human brain.
## Running Code
Each directory should contain a `build.sh` script, `Makefile`, and `[app_name].c` code. Just run the build script in each directory with spinnaker_tools installed: `./build` and you're ready to go.