yosys+nextpnr: fix error message

This commit is contained in:
Hans Baier 2024-04-25 06:22:41 +07:00
parent d324c0e150
commit d73190ac29
1 changed files with 1 additions and 1 deletions

View File

@ -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