From 9a1f6b268e1ecd36f932d61b24958806c7979f01 Mon Sep 17 00:00:00 2001 From: Unai Sainz-Estebanez Date: Wed, 12 Jun 2024 17:56:19 +0200 Subject: [PATCH] Fix word command in nextpnr README --- impl/nextpnr/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/impl/nextpnr/README.md b/impl/nextpnr/README.md index bd9a1df..41c08dc 100644 --- a/impl/nextpnr/README.md +++ b/impl/nextpnr/README.md @@ -14,6 +14,6 @@ This container is built 🔨 and pushed 📤 through continuous integration ♻ The resulting bitstreams are uploaded as **artifacts**, you can go to the `actions` associated with continuous integration of the implementation and download them. -I recommend using [openFPGALoader](https://github.com/trabucayre/openFPGALoader) to load bitstreams. The comand to load a bitstream for `ARTY` boards (both the `100t` and the `35t`) is as follows: +I recommend using [openFPGALoader](https://github.com/trabucayre/openFPGALoader) to load bitstreams. The command to load a bitstream for `ARTY` boards (both the `100t` and the `35t`) is as follows: - `openFPGALoader --board arty name_of_bitstream.bit`