the classic dataflow library for generating event systems
Go to file
alexmadison d3614580dd wqMerge branch 'dev' of ssh://git.web.rug.nl:222/bics/actlib_dataflow_neuro into dev 2022-04-10 19:43:18 +02:00
dataflow_neuro fixed instability in buffers lol 2022-04-10 19:42:09 +02:00
test wqMerge branch 'dev' of ssh://git.web.rug.nl:222/bics/actlib_dataflow_neuro into dev 2022-04-10 19:43:18 +02:00
.gitignore added license, moved cell libs into repo 2022-02-21 00:33:58 +01:00
CHANGELOG.md added license, moved cell libs into repo 2022-02-21 00:33:58 +01:00
LICENSE added license, moved cell libs into repo 2022-02-21 00:33:58 +01:00
Makefile prepared things for having unit test ready 2022-02-21 13:01:45 +01:00
README.md prepared things for having unit test ready 2022-02-21 13:01:45 +01:00
cern_ohl_w_v2_howto.pdf added license, moved cell libs into repo 2022-02-21 00:33:58 +01:00

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