fixing spacing

This commit is contained in:
Edward Arthur Bingham 2024-01-04 22:18:28 +00:00
parent f7df0398fb
commit 517b772cc5

View File

@ -262,23 +262,23 @@ def createLYTFromACT(prs2net, layout, actHome):
# LEFDEF Layer Purposes # LEFDEF Layer Purposes
# from https://github.com/KLayout/klayout/blob/6c8d97adc97bf992ccbdb5f7950cb95a28ffeab9/src/plugins/streamers/lefdef/db_plugin/dbLEFDEFImporter.h#L1037 # from https://github.com/KLayout/klayout/blob/6c8d97adc97bf992ccbdb5f7950cb95a28ffeab9/src/plugins/streamers/lefdef/db_plugin/dbLEFDEFImporter.h#L1037
# Routing from DEF only # Routing from DEF only
# Pins from DEF # Pins from DEF
# Fills from DEF # Fills from DEF
# FillsOPC from DEF # FillsOPC from DEF
# SpecialRouting from DEF only # SpecialRouting from DEF only
# LEFPins from LEF # LEFPins from LEF
# ViaGeometry from LEF+DEF # ViaGeometry from LEF+DEF
# Label from DEF # Label from DEF
# LEFLabel from LEF # LEFLabel from LEF
# Obstructions from LEF only # Obstructions from LEF only
# Outline from LEF+DEF # Outline from LEF+DEF
# Blockage from DEF only # Blockage from DEF only
# PlacementBlockage from DEF only # PlacementBlockage from DEF only
# Regions from DEF only # Regions from DEF only
# RegionsNone from DEF only # RegionsNone from DEF only
# RegionsFence from DEF only # RegionsFence from DEF only
# RegionsGuide from DEF only # RegionsGuide from DEF only
# All from DEF only # All from DEF only
if "lefdef" not in lyt["technology"]["reader-options"]: if "lefdef" not in lyt["technology"]["reader-options"]:
lyt["technology"]["reader-options"]["lefdef"] = dict() lyt["technology"]["reader-options"]["lefdef"] = dict()