Compare commits

...

1 Commits
dev ... main

Author SHA1 Message Date
alexmadison a86b2fc824 added bufx32 lolol 2022-04-21 14:46:08 +02:00
1 changed files with 15 additions and 3 deletions

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