2022-02-21 00:14:02 +01:00
|
|
|
# A dataflow template library for mixed signal neuromoric processors
|
2022-02-18 16:28:51 +01:00
|
|
|
|
2022-02-21 00:14:02 +01:00
|
|
|
the library will be installed in `$ACT_HOME/act/template/dataflow_neuro`.
|
|
|
|
This path is part of the default search path for any ACT tool.
|
2022-02-19 00:01:38 +01:00
|
|
|
|
2022-02-21 00:14:02 +01:00
|
|
|
this library depends on stdlib (https://github.com/asyncvlsi/stdlib)
|
2022-02-19 00:01:38 +01:00
|
|
|
|
2022-02-21 00:14:02 +01:00
|
|
|
## Installation
|
2022-02-19 00:01:38 +01:00
|
|
|
|
2022-02-21 00:14:02 +01:00
|
|
|
Set `$ACT_HOME` to the root of your ACT installation, and then run `make install`.
|
2022-02-19 00:01:38 +01:00
|
|
|
|
2022-02-21 00:14:02 +01:00
|
|
|
## Unit tests
|
2022-02-19 00:01:38 +01:00
|
|
|
|
2022-02-21 00:14:02 +01:00
|
|
|
After installation, you can run `make runtest` to execute the unit tests
|