Skip to content

Commit

Permalink
Optimizing some derivations for HRES
Browse files Browse the repository at this point in the history
  • Loading branch information
FaragElsayed2 committed Apr 5, 2023
1 parent 4158bc1 commit f540526
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion klayout/drc/rule_decks/hres.drc
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ if FEOL
#================================================

logger.info('Starting HRES derivations')
hres_poly = poly2.interacting(pplus).interacting(sab).interacting(res_mk).interacting(resistor)
hres1_poly = poly2.interacting(pplus).interacting(sab).interacting(res_mk)
hres_poly = hres1_poly.interacting(resistor)

# Rule HRES.1: Minimum space is 0.4µm. Note: Merge if the spacing is less than 0.4 um.
logger.info('Executing rule HRES.1')
Expand Down

0 comments on commit f540526

Please sign in to comment.