yosys+nextpnr: fix error message
This commit is contained in:
parent
d324c0e150
commit
d73190ac29
|
@ -132,7 +132,7 @@ class XilinxYosysNextpnrToolchain(YosysNextPNRToolchain):
|
||||||
subprocess.run(["bbasm", "-l", bba, chipdb])
|
subprocess.run(["bbasm", "-l", bba, chipdb])
|
||||||
os.remove(bba)
|
os.remove(bba)
|
||||||
else:
|
else:
|
||||||
print("Chip database file '{chipdb}' not found. Please check your toolchain installation!")
|
print(f"Chip database file '{chipdb}' not found. Please check your toolchain installation!")
|
||||||
exit(1)
|
exit(1)
|
||||||
|
|
||||||
# pnr options
|
# pnr options
|
||||||
|
|
Loading…
Reference in New Issue