Skip to content
This repository has been archived by the owner on Apr 27, 2023. It is now read-only.

Commit

Permalink
Merge branch 'master' of github.com:scarv/xcrypto
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-marshall committed Jun 6, 2019
2 parents 3a8f4d8 + 3418499 commit 47e79ba
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,16 +126,16 @@ Specifically, these include
[container](https://cloud.docker.com/u/scarv/repository/docker/scarv/xcrypto).
It supports containerised use of `make`, within an environment
where the XCrypto toolchain
(e.g., Xcrypto-enabled `riscv32-unknown-elf-gcc` and `spike`)
(e.g., XCrypto-enabled `riscv32-unknown-elf-gcc` and `spike`)
are pre-installed; doing so offers a way to quickly experiment
with XCrypto in simulation *without* installing the toolchain,
but clearly may not be suitable for use-cases beyond that.

- An example of this approach is supplied in
[`${REPO_HOME}/docker/example`](./docker/example),
which relates to a simple
["hello world"](https://en.wikipedia.org/wiki/"Hello,_World!"_program);
the associated build system is in
["hello world"](https://en.wikipedia.org/wiki/"Hello,_World!"_program)
program; the associated build system is in
[`${REPO_HOME}/docker/example/Makefile`](./docker/example/Makefile).

- The idea is that for any target `X` in the `Makefile`, one
Expand Down

0 comments on commit 47e79ba

Please sign in to comment.