the classic dataflow library for generating event systems
Go to file
alexmadison a0480b0369 removed texel_singlecore: is never used, and is a simplification of dualcore 2023-12-01 12:06:10 +01:00
dataflow_neuro removed texel_singlecore: is never used, and is a simplification of dualcore 2023-12-01 12:06:10 +01:00
test removed texel chip tests with write-only registers 2023-12-01 12:05:30 +01:00
.gitignore
CHANGELOG.md
LICENSE
Makefile
README.md
cern_ohl_w_v2_howto.pdf

README.md

A dataflow template library for mixed signal neuromoric processors

the library will be installed in $ACT_HOME/act/tmpl/dataflow_neuro. This path is part of the default search path for any ACT tool.

this library depends on stdlib (https://github.com/asyncvlsi/stdlib)

Installation

Set $ACT_HOME to the root of your ACT installation, and then run make install.

Unit tests

After installation, you can run make runtest to execute the unit tests