progranism / Open-Source-FPGA-Bitcoin-Miner

A completely open source implementation of a Bitcoin Miner for Altera and Xilinx FPGAs. This project hopes to promote the free and open development of FPGA based mining solutions and secure the future of the Bitcoin project as a whole. A binary release is currently available for the Terasic DE2-115 Development Board, and there are compile-able projects for numerous boards.
GNU General Public License v3.0
1.27k stars 550 forks source link

Compare simulation with golden hash values #36

Open aywkwok opened 2 years ago

aywkwok commented 2 years ago

Has anyone run simulation on this? The simulation prints hash2 values. How do I compare them with the golden values, such as those produced by C models in:

https://github.com/B-Con/crypto-algorithms

Thanks.