Skip to content

Commit e7ae8ad

Browse files
Henry BarnesClaude Opus 4.6
andcommitted
Add CI badge, Python version badge, and Zenodo citations to README
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 98bb1e3 commit e7ae8ad

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

README.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Catalyst Neuromorphic Benchmarks
22

3+
[![CI](https://github.com/catalyst-neuromorphic/catalyst-benchmarks/actions/workflows/ci.yml/badge.svg)](https://github.com/catalyst-neuromorphic/catalyst-benchmarks/actions/workflows/ci.yml)
4+
[![Python 3.10+](https://img.shields.io/badge/python-3.10%2B-blue.svg)](https://www.python.org/downloads/)
5+
[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](https://opensource.org/licenses/MIT)
6+
37
Official benchmark suite for [Catalyst neuromorphic processors](https://catalyst-neuromorphic.com). Trains spiking neural networks (SNNs) on standard neuromorphic benchmarks and deploys to Catalyst N1/N2 FPGA hardware.
48

59
All results are reproducible. Clone, install, train, deploy.
@@ -148,6 +152,22 @@ If you use these benchmarks in your research, please cite:
148152
publisher = {GitHub},
149153
url = {https://github.com/catalyst-neuromorphic/catalyst-benchmarks}
150154
}
155+
156+
@misc{catalyst-n2-2026,
157+
author = {Shulayev Barnes, Henry},
158+
title = {Catalyst N2: A 128-Core Configurable Neuromorphic Processor},
159+
year = {2026},
160+
doi = {10.5281/zenodo.18728256},
161+
url = {https://zenodo.org/records/18728256}
162+
}
163+
164+
@misc{catalyst-n1-2026,
165+
author = {Shulayev Barnes, Henry},
166+
title = {Catalyst N1: A Neuromorphic Processing Architecture},
167+
year = {2026},
168+
doi = {10.5281/zenodo.18727094},
169+
url = {https://zenodo.org/records/18727094}
170+
}
151171
```
152172

153173
## License

0 commit comments

Comments
 (0)