From c178b8c720b89ea6246fe59a947586d556bcc0bf Mon Sep 17 00:00:00 2001 From: Gabriel Gouvine Date: Sun, 4 Jun 2023 13:21:42 +0200 Subject: [PATCH] Add feed cells in command line call too --- unicorn/src/cgt.py | 1 + 1 file changed, 1 insertion(+) diff --git a/unicorn/src/cgt.py b/unicorn/src/cgt.py index 177b0f13..39493a7e 100755 --- a/unicorn/src/cgt.py +++ b/unicorn/src/cgt.py @@ -200,6 +200,7 @@ if __name__ == '__main__': etesian = Etesian.EtesianEngine.create(cell) #if options.showConf: etesian.printConfiguration() etesian.place() + etesian.toHurricane() if detailRoute and not (loadGlobal or globalRoute): globalRoute = True runKiteTool = loadGlobal or globalRoute or detailRoute