From 3647acda9eb47c3ac0d1abe5f28f185c8be15406 Mon Sep 17 00:00:00 2001 From: Bugra Onal Date: Fri, 8 Jul 2022 14:17:51 -0700 Subject: [PATCH] Fixed globals conflict --- compiler/globals.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/compiler/globals.py b/compiler/globals.py index 9bb0dd91..c97527d0 100644 --- a/compiler/globals.py +++ b/compiler/globals.py @@ -377,14 +377,11 @@ def read_config(config_file, is_unit_test=True): ports, OPTS.tech_name) -<<<<<<< HEAD -======= # If write size is not defined, set it equal to word size if OPTS.write_size == None: OPTS.write_size = OPTS.word_size ->>>>>>> 8438601a (Set write_size default to word_size) def end_openram(): """ Clean up openram for a proper exit """ cleanup_paths()