From d3a2c46cb93200065c3b59ebf3132e78a2c19627 Mon Sep 17 00:00:00 2001 From: Matt Guthaus Date: Mon, 16 Dec 2019 17:15:29 -0800 Subject: [PATCH] Remove some contact tests --- compiler/tests/03_contact_test.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/compiler/tests/03_contact_test.py b/compiler/tests/03_contact_test.py index 60d8cd6b..18604213 100755 --- a/compiler/tests/03_contact_test.py +++ b/compiler/tests/03_contact_test.py @@ -23,7 +23,9 @@ class contact_test(openram_test): from tech import poly_stack, beol_stacks - for layer_stack in [poly_stack] + beol_stacks: + # Don't do active because of nwell contact rules + # Don't do metal3 because of min area rules + for layer_stack in [poly_stack] + [beol_stacks[0]]: stack_name = ":".join(map(str, layer_stack)) # Check single 1 x 1 contact"