workshop: specify "board" as part of litex build
Signed-off-by: Sean Cross <sean@xobs.io>
This commit is contained in:
parent
cf41a9f618
commit
65ccad81b5
1 changed files with 1 additions and 1 deletions
|
|
@ -553,7 +553,7 @@ We can use `DummyUsb` to respond to USB requests and bridge USB to Wishbone, and
|
|||
Go to the `litex` directory and build the design and load it onto Fomu:
|
||||
|
||||
```sh
|
||||
$ python3 workshop.py --placer heap
|
||||
$ python3 workshop.py --board hacker
|
||||
lxbuildenv: v2019.8.19.1 (run .\workshop.py --lx-help for help)
|
||||
lxbuildenv: Skipping git configuration because "skip-git" was found in LX_CONFIGURATION
|
||||
lxbuildenv: To fetch from git, run .\workshop.py --placer heap --lx-check-git
|
||||
|
|
|
|||
Loading…
Reference in a new issue