From 636b096026dafc75f6e3ef1b63a9c8e14cd9b0c7 Mon Sep 17 00:00:00 2001 From: David Harris Date: Sun, 19 Feb 2023 15:31:33 -0800 Subject: [PATCH] Run extractArea at end of extractSummary --- synthDC/extractSummary.py | 1 + 1 file changed, 1 insertion(+) diff --git a/synthDC/extractSummary.py b/synthDC/extractSummary.py index 85bc6f0a..94902f9c 100755 --- a/synthDC/extractSummary.py +++ b/synthDC/extractSummary.py @@ -263,3 +263,4 @@ if __name__ == '__main__': plotConfigs('sky90', mod='orig') plotConfigs('tsmc28psyn', mod='orig') normAreaDelay(mod='orig') + os.system("./extractArea.pl");