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

@ -86,15 +86,27 @@ namespace tmpl {
{
sizing { _y {-1.5}; y {-4,2} }
}
export defcell BUF_X6<: buf()
export defcell BUF_X6<: buf()
{
sizing { _y {-3}; y {-6,2} }
}
export defcell BUF_X8<: buf()
export defcell BUF_X8<: buf()
{
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} }
}