Adapt
Adapt copied to clipboard
The client library for ProteusISC
https://archive.org/details/CoolRunnerIIProgrammerQualificationSpecification This pdf outlines how a CoolRunner II programmer should behave, including operation descriptions and standard error codes. It could be cool to comply with these requirements.
Xilinx makes many FPGAs. The Spartan 6 family of FPGAs is quite popular, and needs to be supported.
Xilinx makes many fpgas. The spartan 3 is a pretty popular family of devices that should be supported.
Currently, Device Driver classes are all loaded at once and matched from a dictionary. This works when there are only a few classes, but will quickly suffer performance and memory...