Skip to content
This repository has been archived by the owner on Jul 3, 2024. It is now read-only.

Commit

Permalink
Merge pull request #546 from sifive/knightsifive-patch-1
Browse files Browse the repository at this point in the history
Update README with correct default TARGET
  • Loading branch information
nategraff-sifive authored Sep 25, 2020
2 parents c840632 + 575cc3a commit 5ce7cad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -296,12 +296,12 @@ export FREEDOM_E_SDK_VENV_PATH=/path/to/venv
To compile a bare-metal RISC-V program:

```
make [PROGRAM=hello] [TARGET=sifive-hifive1] [CONFIGURATION=debug] software
make [PROGRAM=hello] [TARGET=freedom-e310-arty] [CONFIGURATION=debug] software
```

The square brackets in the above command indicate optional parameters for the
Make invocation. As you can see, the default values of these parameters tell
the build script to build the `hello` example for the `sifive-hifive1` target
the build script to build the `hello` example for the `freedom-e310-arty` target
with the `debug` configuration. If, for example, you wished to build the
`timer-interrupt` example for the S51 Arty FPGA Evaluation target,
with the `release` configuration, you would instead run the command
Expand Down

0 comments on commit 5ce7cad

Please sign in to comment.