mirror of https://github.com/efabless/caravel.git
test gen_gpio_defaults.py
This commit is contained in:
parent
f996157088
commit
2bd7c40946
|
@ -142,7 +142,7 @@ if __name__ == '__main__':
|
||||||
kvpairs = {}
|
kvpairs = {}
|
||||||
user_defines_path = vpath + '/rtl/user_defines.v'
|
user_defines_path = vpath + '/rtl/user_defines.v'
|
||||||
if not os.path.isfile(user_defines_path):
|
if not os.path.isfile(user_defines_path):
|
||||||
user_defines_path = caravel_path + '/rtl/user_defines.v'
|
user_defines_path = caravel_path + 'verilog/rtl/user_defines.v'
|
||||||
|
|
||||||
if os.path.isfile(user_defines_path):
|
if os.path.isfile(user_defines_path):
|
||||||
with open(user_defines_path, 'r') as ifile:
|
with open(user_defines_path, 'r') as ifile:
|
||||||
|
|
Loading…
Reference in New Issue