Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion gds2rect.py
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/python3
#!/usr/bin/env python3
"""
This script converts gds files to rect formart depending on a ACT tech configuration

Expand Down
Empty file modified gds2rect.sh
100644 → 100755
Empty file.
4 changes: 2 additions & 2 deletions rect2gds.py
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/python3
#!/usr/bin/env python3
"""
This script converts rect files to GDS depending on a ACT tech configuration

Expand Down Expand Up @@ -469,4 +469,4 @@ def parse_layout_file(filepath: str, gds, materials, vias, metals, materials_blo
align=align,
scale=scale
)
gds_object.write_gds(outputfile)
gds_object.write_gds(outputfile, with_metadata=False)