P R O G R A M M I N G / C O N F I G U R I N G T H E H A R D W A R E
DNPCIe_10G_K7_LL (_QSFP) User Manual
www.dinigroup.com
16
After restarting Vivado, the board should be visible when connecting to the hardware
server.
2.3.2
Linux
In Linux (CentOS 6.5/7 were used for testing), the following steps must be observed
for the ISE 14.7 tools to correctly detect the JTAG chain:
1.
run ISE tools installer and select to NOT install the cable drivers.
2.
after ISE tools installation is done, install cable drivers manually by running
cd /opt/Xilinx/14.7/LabTools/common/bin/lin64/digilent/
sudo ./install_digilent.sh
Leave all user prompt selections to their default options. Notice that by default
libCseDigilent plugin will install to /root/.cse.
Copy this folder to any user’s
home directory to allow non-sudo access to tools and avoid the notification
about windrvr6 (when the tools cannot find any cable driver)
. Make sure to
source /opt/Xilinx/14.7/LabTools/settings32(64).(c)sh.
If, after completing step 3, the following file /etc/ld.so.conf.d/digilent-adept-
libraries.conf does not exist then re-run the install_digilent.sh script.
Vivado 2014.3 installs correctly the Digilent cable driver during setup (when install cable
drivers is selected) and no further steps are needed.
Vivado 2015.1 does not install the cable drivers. Proceed as follows to install them:
1.
Download 32 or 64 bit Digilent Linux plugin from
http://www.digilentinc.com/Products/Detail.cfm?Prod=DIGILENT-
PLUGIN
2.
Assuming you installed Vivado in VIVADOROOT
/opt/Xilinx/Vivado/2015.1
then (assuming x86_64):
a.
create the following directory:
$VIVADOROOT/data/xicom/vcse_plugins/lnx64.g/Digilent/libCseDigil
ent
b.
copy libCseDigilent.so/xml from libCseDigilent_2.5.2-
x86_64/ISE14x/plugin/ to the above directory.
c.
Follow the instructions in UG973 (v2015.1) pg. 27 (Installing Cable
Drivers).