From dcf3e7bd778e3be33244e23e505093e5817b99f4 Mon Sep 17 00:00:00 2001 From: Gabriel Gouvine Date: Thu, 29 Jun 2023 12:38:22 +0200 Subject: [PATCH] Report slice height in Etesian logs --- etesian/src/EtesianEngine.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/etesian/src/EtesianEngine.cpp b/etesian/src/EtesianEngine.cpp index f189715d..67b09085 100644 --- a/etesian/src/EtesianEngine.cpp +++ b/etesian/src/EtesianEngine.cpp @@ -709,6 +709,7 @@ namespace Etesian { cmess1 << " o Converting \"" << getCell()->getName() << "\" into Coloquinte." << endl; cmess1 << ::Dots::asString(" - H-pitch" , DbU::getValueString(hpitch)) << endl; cmess1 << ::Dots::asString(" - V-pitch" , DbU::getValueString(vpitch)) << endl; + cmess1 << ::Dots::asString(" - Slice height" , DbU::getValueString(sliceHeight)) << endl; if (isFlexLib) cmess1 << ::Dots::asString(" - Using patches for" , "\"FlexLib\"") << endl; cmess2 << " o Looking through the hierarchy." << endl;