Merge pull request #1939 from hansfbaier/master

yosys+nextpnr: fix error message
This commit is contained in:
Gwenhael Goavec-Merou 2024-04-25 07:03:44 +02:00 committed by GitHub
commit 546f4d93ff
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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