matrix-io / xc3sprog

xc3sprog is a suite of utilities for programming Xilinx FPGAs, CPLDs, and EEPROMs with the Xilinx Parallel Cable and other JTAG adapters under Linux. Used to program the FPGA of the MATRIX Creator/Voice via Raspberry Pi.
Other
119 stars 57 forks source link

Fix for reference to 'byte' is ambiguous. #31

Closed wasv closed 3 years ago

wasv commented 3 years ago

Removes 'using namespace std' from bitfile and srecfile.

Was not needed, and caused build errors with latest GCC.

Fixes matrix-io/xc3sprog#29.