Update size of 30 config tests to 2 bits.

This commit is contained in:
mrg 2021-07-28 12:05:31 -07:00
parent e391186581
commit 90a4ad4d75
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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