From 90a4ad4d75b5e30b8548f14673208fa955eb0ba9 Mon Sep 17 00:00:00 2001 From: mrg Date: Wed, 28 Jul 2021 12:05:31 -0700 Subject: [PATCH] Update size of 30 config tests to 2 bits. --- compiler/tests/configs/config_back_end.py | 2 +- compiler/tests/configs/config_front_end.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/compiler/tests/configs/config_back_end.py b/compiler/tests/configs/config_back_end.py index 884b4926..3294e979 100644 --- a/compiler/tests/configs/config_back_end.py +++ b/compiler/tests/configs/config_back_end.py @@ -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 diff --git a/compiler/tests/configs/config_front_end.py b/compiler/tests/configs/config_front_end.py index e255d7a5..4486b077 100644 --- a/compiler/tests/configs/config_front_end.py +++ b/compiler/tests/configs/config_front_end.py @@ -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