added bufx32 lolol

This commit is contained in:
alexmadison 2022-04-21 14:46:08 +02:00
parent ec03f8abe4
commit a86b2fc824
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