Fixed globals conflict

This commit is contained in:
Bugra Onal 2022-07-08 14:17:51 -07:00
parent a1645570a8
commit 3647acda9e
1 changed files with 0 additions and 3 deletions

View File

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