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

Commit

Permalink
README update pointing to releases page.
Browse files Browse the repository at this point in the history
 On branch master
 Your branch is up-to-date with 'origin/master'.

 Changes to be committed:
	modified:   README.md
  • Loading branch information
ben-marshall committed Nov 12, 2018
1 parent 797f743 commit 0a29f09
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ $> git submodule update --init --recursive
$> source ./bin/source.me.sh
```

Or, look at the latest packaged release
[here](https://github.com/scarv/xcrypto/releases).

Note that one must run the `git submodule update` command in order to
pull the external repositories (like PicoRV32) required for the integration
testbench.
Expand All @@ -26,6 +29,8 @@ Build the documentation by running `make docs`
- The ISE specification will be found in `${XC_HOME}/docs/specification.pdf`
- Documentation on the *reference implementation* of the ISE willl be found
in `${XC_HOME}/docs/implementation.pdf`.
- Pre-built documentation for the specification and implementation can
be found on the [releases](https://github.com/scarv/xcrypto/releases) page.

Depending on how Yosys is installed, one should also set the `YS_INSTALL`
environment variable such that `${YS_INSTALL}/yosys` is a valid path to the
Expand Down

0 comments on commit 0a29f09

Please sign in to comment.