Skip to content

Commit

Permalink
[doc] Minor documentation fixes
Browse files Browse the repository at this point in the history
- Remove repo private comment
- Add a missing sw dependency
  • Loading branch information
Tom Roberts authored and tomeroberts committed Nov 4, 2019
1 parent 6511cb9 commit 7cd442f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions _index.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ For details on coding styles or how to use our project-specific tooling, see the
[This page]({{< relref "hw" >}})
contains technical documentation on the SoC, the Ibex processor core, and the individual IP blocks.

While the repository is currently private and the work embargoed at these early stages, it will eventually be released publicly.

## Repository Structure

The underlying
Expand Down
2 changes: 1 addition & 1 deletion doc/ug/install_instructions/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ Adjust as necessary for other Linux distributions.
$ sudo apt-get install git python3 python3-pip python3-setuptools \
build-essential autoconf flex bison ninja-build pkgconf \
srecord zlib1g-dev libftdi1-dev libftdi1-2 libssl-dev \
libusb-1.0-0-dev
libusb-1.0-0-dev libtool
```

Some tools in this repository are written in Python 3 and require Python dependencies to be installed through `pip`.
Expand Down

0 comments on commit 7cd442f

Please sign in to comment.