From 010fc79f4f6fe19e0cd78cbaa824af74e27ea0a2 Mon Sep 17 00:00:00 2001 From: Jean-Paul Chaput Date: Tue, 30 Jun 2020 14:54:42 +0200 Subject: [PATCH] Added rule minWidth_nWell to oroshi rule loader. --- oroshi/python/dtr.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/oroshi/python/dtr.py b/oroshi/python/dtr.py index 4296b15a..1e127cc7 100644 --- a/oroshi/python/dtr.py +++ b/oroshi/python/dtr.py @@ -5,7 +5,8 @@ from helpers import trace class Rules ( object ): - ruleSet = [ 'minSpacing_nWell' + ruleSet = [ 'minWidth_nWell' + , 'minSpacing_nWell' , 'minWidth_pImplant' , 'minSpacing_pImplant' , 'minSpacing_rpolyh_pImplant'