added bufx32
This commit is contained in:
parent
1e7133cafe
commit
82aae3d337
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user