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])
|
||||
os.remove(bba)
|
||||
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)
|
||||
|
||||
# pnr options
|
||||
|
|
Loading…
Reference in New Issue