From 82aae3d3373cddc7b83629d1e3629450d1e0f809 Mon Sep 17 00:00:00 2001 From: alexmadison Date: Thu, 21 Apr 2022 14:56:57 +0200 Subject: [PATCH] added bufx32 --- dataflow_neuro/cell_lib_std.act | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/dataflow_neuro/cell_lib_std.act b/dataflow_neuro/cell_lib_std.act index 39ec826..397ee99 100644 --- a/dataflow_neuro/cell_lib_std.act +++ b/dataflow_neuro/cell_lib_std.act @@ -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} } }