added bufx32

This commit is contained in:
alexmadison 2022-04-21 14:56:57 +02:00
parent 1e7133cafe
commit 82aae3d337
1 changed files with 13 additions and 1 deletions

View File

@ -94,7 +94,19 @@ namespace tmpl {
{
sizing { _y {-4,2}; y {-8,4} }
}
export defcell BUF_X12<: buf()
export defcell BUF_X12<: buf()
{
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} }
}