disable lvs/drc in char and func scripts

This commit is contained in:
samuelkcrow 2022-04-14 10:13:48 -07:00 committed by Bugra Onal
parent e621890f78
commit 8d1d3c0e90
2 changed files with 2 additions and 0 deletions

View File

@ -47,6 +47,7 @@ c = sram_config(word_size=OPTS.word_size,
num_spare_cols=OPTS.num_spare_cols)
OPTS.netlist_only = True
OPTS.check_lvsdrc = False
# Initialize and create the sram object
from sram import sram

View File

@ -52,6 +52,7 @@ c = sram_config(word_size=OPTS.word_size,
num_spare_cols=OPTS.num_spare_cols)
OPTS.netlist_only = True
OPTS.check_lvsdrc = False
# Initialize and create the sram object
from sram import sram