1
0
mirror of https://github.com/antonblanchard/microwatt.git synced 2026-02-26 08:43:26 +00:00

flash-arty: update error message (#203)

Signed-off-by: Dan Horák <dan@danny.cz>
This commit is contained in:
Dan Horák
2020-06-13 00:46:28 +02:00
committed by GitHub
parent 9b458a9aa6
commit 801bd3b8ee

View File

@@ -34,7 +34,7 @@ elif args.fpga.lower() == "a100":
elif args.fpga.lower() == "a200":
proxy = "bscan_spi_xc7a200t.bit"
else:
print("error: specify a35 or a100 when flashing")
print("error: specify a35, a100 or a200 when flashing")
sys.exit()
proxy = os.path.join(BASE, proxy)