disable lvs/drc in char and func scripts

This commit is contained in:
samuelkcrow 2022-04-14 10:13:48 -07:00
parent 06cd2620f5
commit 9ec87c4d52
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