test gen_gpio_defaults.py

This commit is contained in:
jeffdi 2021-11-26 14:01:12 -08:00
parent f996157088
commit 2bd7c40946
1 changed files with 1 additions and 1 deletions

View File

@ -142,7 +142,7 @@ if __name__ == '__main__':
kvpairs = {}
user_defines_path = vpath + '/rtl/user_defines.v'
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):
with open(user_defines_path, 'r') as ifile: