mirror of https://github.com/VLSIDA/OpenRAM.git
Fixed globals conflict
This commit is contained in:
parent
30f5638b9f
commit
f08da6acc5
|
|
@ -378,14 +378,11 @@ def read_config(config_file, is_unit_test=True):
|
||||||
ports,
|
ports,
|
||||||
OPTS.tech_name)
|
OPTS.tech_name)
|
||||||
|
|
||||||
<<<<<<< HEAD
|
|
||||||
=======
|
|
||||||
# If write size is not defined, set it equal to word size
|
# If write size is not defined, set it equal to word size
|
||||||
if OPTS.write_size == None:
|
if OPTS.write_size == None:
|
||||||
OPTS.write_size = OPTS.word_size
|
OPTS.write_size = OPTS.word_size
|
||||||
|
|
||||||
|
|
||||||
>>>>>>> 8438601a (Set write_size default to word_size)
|
|
||||||
def end_openram():
|
def end_openram():
|
||||||
""" Clean up openram for a proper exit """
|
""" Clean up openram for a proper exit """
|
||||||
cleanup_paths()
|
cleanup_paths()
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue