commit | cdc2dcfed4b01b24de160439db57b2027b4d8e7f | [log] [tgz] |
---|---|---|
author | Jeff DiCorpo <jeffdi@efabless.com> | Fri Jan 08 22:19:58 2021 +0000 |
committer | Jeff DiCorpo <jeffdi@efabless.com> | Fri Jan 08 22:19:58 2021 +0000 |
tree | d93099b3c5c5e7c86cc5c3f14e27f027f4147a46 | |
parent | c35cfb2dd3af2748e633ab84f6503a4bbbbbeda8 [diff] |
update to compositor.py
diff --git a/scripts/compositor.py b/scripts/compositor.py index 8882bb8..304d1dd 100755 --- a/scripts/compositor.py +++ b/scripts/compositor.py
@@ -141,6 +141,7 @@ # Generate final GDS print('puts stdout "Writing final GDS. . . "', file=ofile) print('flush stdout', file=ofile) + print('cif *hier write disable', file=ofile) print('gds write ../gds/' + project_with_id + '.gds', file=ofile) print('quit -noprompt', file=ofile)