Skip to content

Commit

Permalink
fix layerviews
Browse files Browse the repository at this point in the history
  • Loading branch information
joamatab committed Mar 5, 2024
1 parent 481bbaa commit 1790952
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sky130/layers.py
Original file line number Diff line number Diff line change
Expand Up @@ -656,7 +656,7 @@ def get_layer_stack() -> LayerStack:


LAYER_STACK = get_layer_stack()
LAYER_VIEWS = gf.technology.LayerViews(filepath=PATH.lyp_yaml)
LAYER_VIEWS = gf.technology.LayerViews(PATH.lyp_yaml)


if __name__ == "__main__":
Expand Down

0 comments on commit 1790952

Please sign in to comment.