Skip to content

Commit

Permalink
cfu-playground: README.md: Updated instructions for running CFU Playg…
Browse files Browse the repository at this point in the history
…round setup

Signed-off-by: Grzegorz Latosinski <[email protected]>
  • Loading branch information
glatosinski committed May 20, 2024
1 parent 55e6a8d commit f111ff2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cfu-playground/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,12 @@ Regardless of using container or not, go to cloned repository and run setup scri

```bash
cd CFU-Playground/
git config --global --add safe.directory $(pwd)
./scripts/setup
cd -
```

`NOTE`: The `git config` command is required in Docker container to disable dubious ownership error.
`NOTE`: The log `Info: vivado not found in path.` can be ignored - we will not use Vivado in this demo.

Thirdly, create a project from the template in the `cfu-playground/cfu_proj` directory:
Expand Down

0 comments on commit f111ff2

Please sign in to comment.