Added rule minWidth_nWell to oroshi rule loader.
This commit is contained in:
parent
441cb71475
commit
010fc79f4f
|
@ -5,7 +5,8 @@ from helpers import trace
|
||||||
|
|
||||||
class Rules ( object ):
|
class Rules ( object ):
|
||||||
|
|
||||||
ruleSet = [ 'minSpacing_nWell'
|
ruleSet = [ 'minWidth_nWell'
|
||||||
|
, 'minSpacing_nWell'
|
||||||
, 'minWidth_pImplant'
|
, 'minWidth_pImplant'
|
||||||
, 'minSpacing_pImplant'
|
, 'minSpacing_pImplant'
|
||||||
, 'minSpacing_rpolyh_pImplant'
|
, 'minSpacing_rpolyh_pImplant'
|
||||||
|
|
Loading…
Reference in New Issue