mirror of https://github.com/VLSIDA/OpenRAM.git
Update size of 30 config tests to 2 bits.
This commit is contained in:
parent
e391186581
commit
90a4ad4d75
|
|
@ -6,7 +6,7 @@
|
|||
# All rights reserved.
|
||||
#
|
||||
from globals import OPTS
|
||||
word_size = 1
|
||||
word_size = 2
|
||||
num_words = 16
|
||||
|
||||
tech_name = OPTS.tech_name
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
# All rights reserved.
|
||||
#
|
||||
from globals import OPTS
|
||||
word_size = 1
|
||||
word_size = 2
|
||||
num_words = 16
|
||||
|
||||
tech_name = OPTS.tech_name
|
||||
|
|
|
|||
Loading…
Reference in New Issue