mirror of
https://github.com/VLSIDA/OpenRAM.git
synced 2026-08-31 18:25:18 +02:00
disable lvs/drc in char and func scripts
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user