From 7ce11eba52e9691f72598e7d91f7066f1e456258 Mon Sep 17 00:00:00 2001 From: Hadir Khan Date: Mon, 13 Mar 2023 12:52:54 -0700 Subject: [PATCH] added pwell as a non-routing layer --- compiler/base/hierarchy_layout.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/base/hierarchy_layout.py b/compiler/base/hierarchy_layout.py index f9d3e889..7137566f 100644 --- a/compiler/base/hierarchy_layout.py +++ b/compiler/base/hierarchy_layout.py @@ -187,7 +187,7 @@ class layout(): pass # Skip computing the pitch for non-routing layers - if layer_id in ["active", "nwell"]: + if layer_id in ["active", "nwell", "pwell"]: continue # Add the pitch