From 5ce50103f9b0d7282b3f5f3cf6b45099e197001d 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 85bc6f0aa..94902f9c9 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");