Add feed cells in command line call too

This commit is contained in:
Gabriel Gouvine 2023-06-04 13:21:42 +02:00
parent 49e95115f2
commit d873216447
1 changed files with 1 additions and 0 deletions

View File

@ -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