Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions emulation/quickstart/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,17 @@ The bitmap file has a _.bit_ file extension and the cli_test is an "S record" fi
Currently an example bitmap and srec file can be found in this directory.
In the near future these will be made available on the [OpenHW Group Downloads Page](http://downloads.openhwgroup.org/).

In case of errors like
```
libusb_open() failed with LIBUSB_ERROR_ACCESS
```
add this `60-hs2.rules` file to `/etc/udev/rules.d/`
```
# HS2
ATTRS{idVendor}=="0403", ATTRS{idProduct}=="6014", MODE="664", GROUP="plugdev"
```
and restart the utility with `sudo udevadm control --reload`.

### Nexys A7-100T Hardware Steup
You will need to refer to the [Nexys A7 Reference Manual](https://digilent.com/reference/programmable-logic/nexys-a7/reference-manual)
to complete all of the steps below.
Expand Down