correct load issue with gen fill

This commit is contained in:
jeffdi 2023-06-08 12:40:54 -07:00
parent 6a67c25d12
commit 547e09de77
1 changed files with 1 additions and 0 deletions

View File

@ -187,6 +187,7 @@ if __name__ == '__main__':
print('gds readonly true', file=ofile)
print('gds rescale false', file=ofile)
print('gds read ../gds/' + project, file=ofile)
print('load ' + project, file=ofile)
print('select top cell', file=ofile)
print('expand', file=ofile)
if not distmode: