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