From 819ce1a61797dd324fbd21fbf3eec4b637d752c5 Mon Sep 17 00:00:00 2001
From: Thomas Kramer <code@tkramer.ch>
Date: Wed, 22 Feb 2023 13:27:01 +0100
Subject: [PATCH] dummy_tech: use only one layer for power stripes

---
 tests/data/dummy_tech/dummy_tech.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/data/dummy_tech/dummy_tech.py b/tests/data/dummy_tech/dummy_tech.py
index 6068e93..3b49a47 100644
--- a/tests/data/dummy_tech/dummy_tech.py
+++ b/tests/data/dummy_tech/dummy_tech.py
@@ -162,7 +162,7 @@ min_spacing = {
 pin_layer = l_metal2
 
 # Power stripe layer
-power_layer = [l_metal1, l_metal2]
+power_layer = [l_metal2]
 
 # Layers that can be connected/merged without changing the schematic.
 # This can be used to resolve spacing/notch violations by just filling the space.
-- 
GitLab