From b2e265f73efd369562ff1654f21ec972109f1b32 Mon Sep 17 00:00:00 2001 From: Jean-Paul Chaput Date: Thu, 7 Oct 2021 00:51:15 +0200 Subject: [PATCH] Increase bloating in Etesian "nsxlib" profile, for ls180+cmos45. --- etesian/src/BloatCells.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/etesian/src/BloatCells.cpp b/etesian/src/BloatCells.cpp index 2a4bfb94..35a0e122 100644 --- a/etesian/src/BloatCells.cpp +++ b/etesian/src/BloatCells.cpp @@ -83,7 +83,8 @@ namespace Etesian { DbU::Unit vpitch = etesian->getSliceStep();; int xsize = (ab.getWidth() + vpitch - 1) / vpitch; - if (xsize < 6) return vpitch*2; + if (xsize < 6) return vpitch*4; + if (xsize < 8) return vpitch*2; return 0; }