mirror of https://github.com/efabless/caravel.git
test gen_gpio_defaults.py
This commit is contained in:
parent
fd81e0814b
commit
91b94ad919
|
@ -293,7 +293,7 @@ if __name__ == '__main__':
|
|||
|
||||
if testmode:
|
||||
print('Test only: Caravan layout:')
|
||||
with open(magpath + '/caravan.mag', 'r') as ifile:
|
||||
with open(caravel_path + '/mag/caravan.mag', 'r') as ifile:
|
||||
maglines = ifile.read().splitlines()
|
||||
outlines = []
|
||||
for magline in maglines:
|
||||
|
|
Loading…
Reference in New Issue