Skip to content

Commit 3a86e9f

Browse files
committed
ol2/tt_top: Disable klayout DRC by default
Signed-off-by: Sylvain Munaut <[email protected]>
1 parent 2573261 commit 3a86e9f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ol2/tt_top/build.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -197,8 +197,8 @@ class TopFlow(SequentialFlow):
197197
# Netgen.LVS,
198198
# Checker.LVS,
199199

200-
KLayout.DRC,
201-
Checker.KLayoutDRC,
200+
# KLayout.DRC,
201+
# Checker.KLayoutDRC,
202202

203203
# Magic.DRC,
204204
# Checker.MagicDRC,

0 commit comments

Comments
 (0)