mirror of https://github.com/efabless/caravel.git
Correction to the gen_gpio_defaults.py file, which was accidentally
overwriting the top-level gate-level verilog netlist with the modified layout file contents.
This commit is contained in:
parent
9da6bab4a8
commit
3246e64407
|
@ -391,7 +391,7 @@ if __name__ == '__main__':
|
||||||
outlines.append(magline)
|
outlines.append(magline)
|
||||||
|
|
||||||
if not testmode:
|
if not testmode:
|
||||||
with open(glpath + '/caravan.v', 'w') as ofile:
|
with open(magpath + '/caravan.mag', 'w') as ofile:
|
||||||
for outline in outlines:
|
for outline in outlines:
|
||||||
print(outline, file=ofile)
|
print(outline, file=ofile)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue