libfpgalink
libfpgalink copied to clipboard
LIB:Library for interacting with an FPGA over USB
All the links with the documentation to http://www.swaton.ukfsn.org/ seem to no longer resolve. Perhaps it would be better to add the PDFs to this repo? Cheers, Alessandro
We want to wait for a certain interval while reading on a particular channel and move ahead if no data is sent by the board in that interval. We are,...
In commit 99f0bc with the introduction of the async API, the timeout parameter was removed from the synchronous flWriteChannel and flReadChannel functions. The justification was that in the event of...
If flSaveFirmware() could save .hex files then they could be loaded back into RAM with flLoadCustomFirmware().
For testing and verification purposes it would be useful if the same API could be connected to a GHDL simulation rather than a real FPGA.
The FPGA bootstrap from EEPROM operation is pretty inefficient. It could do with being written in assembler.