Compare commits
2 Commits
TexelTapeo
...
main
Author | SHA1 | Date | |
---|---|---|---|
11ec898cf4 | |||
a86b2fc824 |
@ -1,3 +1,7 @@
|
|||||||
|
# ARCHIVED REPOSITORY
|
||||||
|
|
||||||
|
further development and new versions => https://github.com/async-ic/actlib-neurosynaptic-perifery
|
||||||
|
|
||||||
# A dataflow template library for mixed signal neuromoric processors
|
# A dataflow template library for mixed signal neuromoric processors
|
||||||
|
|
||||||
the library will be installed in `$ACT_HOME/act/tmpl/dataflow_neuro`.
|
the library will be installed in `$ACT_HOME/act/tmpl/dataflow_neuro`.
|
||||||
|
@ -98,6 +98,18 @@ namespace tmpl {
|
|||||||
{
|
{
|
||||||
sizing { _y {-6,2}; y {-12,4} }
|
sizing { _y {-6,2}; y {-12,4} }
|
||||||
}
|
}
|
||||||
|
export defcell BUF_X16<: buf()
|
||||||
|
{
|
||||||
|
sizing { _y {-6,2}; y {-12,4} }
|
||||||
|
}
|
||||||
|
export defcell BUF_X24<: buf()
|
||||||
|
{
|
||||||
|
sizing { _y {-6,2}; y {-12,4} }
|
||||||
|
}
|
||||||
|
export defcell BUF_X32<: buf()
|
||||||
|
{
|
||||||
|
sizing { _y {-6,2}; y {-12,4} }
|
||||||
|
}
|
||||||
|
|
||||||
/*-- delay cells --*/
|
/*-- delay cells --*/
|
||||||
// TODO properly
|
// TODO properly
|
||||||
|
Reference in New Issue
Block a user