View our live stream to learn how to get started with Xilinx Spartan-6 FPGA programming on MATRIX devices on YouTube.
It’s currently unlisted on YouTube so viewer who go to the MATRIX Labs YouTube channel won’t see it.
If you update your matrix-voice-fpga git repository don’t forget to “make clean” before “make”.
1 Like
The “source /opt/Xilinx/14.7/ISE_DS/settings64.sh” command messes with other programs.
For example
( source /opt/Xilinx/14.7/ISE_DS/settings64.sh; qgit )
You get
qgit: /opt/Xilinx/14.7/ISE_DS/ISE/lib/lin64/libstdc++.so.6: version `CXXABI_1.3.9’ not found (required by /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5)
so don’t put it in ~/.profile
1 Like
Hi Philius,
I will be making the video public shortly.
Thanks for the suggestions on the setup! I will be sure to look into them and add them to the guide