Compare commits
1 Commits
48b691d7d4
...
115eede67d
Author | SHA1 | Date | |
---|---|---|---|
115eede67d |
2
Makefile
2
Makefile
@ -21,7 +21,7 @@
|
||||
|
||||
TARGETACT=LICENSE
|
||||
# template because its a template based appoach no syntesis so it would be wrong in syn
|
||||
TARGETACTSUBDIR=template/dataflow_neuro
|
||||
TARGETACTSUBDIR=template/dataflow
|
||||
|
||||
SUBDIRS=dataflow_neuro
|
||||
|
||||
|
14
README.md
14
README.md
@ -1,14 +1,10 @@
|
||||
# A dataflow template library for mixed signal neuromoric processors
|
||||
# The classical dataflow template library for mixed signal neuromoric processors
|
||||
|
||||
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.
|
||||
|
||||
this library depends on stdlib (https://github.com/asyncvlsi/stdlib)
|
||||
the library will be installed in `$ACT_HOME/act/template/dataflow`. This path is part of the default search path for any ACT tool.
|
||||
|
||||
this library depends on 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
|
||||
Set `$ACT_HOME` to the root of your ACT installation, and then run `make install`
|
||||
|
@ -24,8 +24,7 @@
|
||||
**************************************************************************
|
||||
*/
|
||||
|
||||
namespace template {
|
||||
namespace dataflow_neuro {
|
||||
namespace dataflow {
|
||||
|
||||
export defproc TIELO_X1(bool! y; bool? vdd, vss)
|
||||
{
|
||||
@ -46,6 +45,8 @@ namespace template {
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
template<pint nf>
|
||||
defproc szinv <: inv()
|
||||
{
|
||||
@ -274,7 +275,5 @@ namespace template {
|
||||
}
|
||||
sizing { _en{-2}; y{-2,2} }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user