mirror of https://github.com/VLSIDA/OpenRAM.git
disable lvs/drc in char and func scripts
This commit is contained in:
parent
06cd2620f5
commit
9ec87c4d52
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue