bfgminer
bfgminer copied to clipboard
Guide on integrating a new FPGA Miner.
I am working on developing a multi-protocol miner FPGA using Xilinx Ultrascale. Is there some documentation on how I can use BFGMiner to manage this custom setup? i.e.
- How auto detection works.
- The functions called by the S/W to assign work to devices and to monitor progress.
- Etc. Etc. Etc.
See the HACKING file, and maybe reference one of the newer minerloop_queue drivers.
Which file + code segment should be updated to inform the build system of the new driver?
I am currently grepping for one of the driver and updating all files where it is mentioned to also include similar strings for my dummy code. but I believe that there should be a better way as some of the files might be autogenerated.
Look at the most recent driver additions, which should have a single commit for the basic build system stuff.
Why would there be autogenerated code?
Any traction on this? I am looking for Xilinx VCU1525 support.