Compare commits

2 Commits

Author SHA1 Message Date
11ec898cf4 THIS REPOSITORY IS DEPRICATED 2024-12-31 13:23:15 -05:00
a86b2fc824 added bufx32 lolol 2022-04-21 14:46:08 +02:00
2 changed files with 19 additions and 3 deletions

View File

@ -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
the library will be installed in `$ACT_HOME/act/tmpl/dataflow_neuro`.

View File

@ -98,6 +98,18 @@ namespace tmpl {
{
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 --*/
// TODO properly