An open API service indexing awesome lists of open source software.

https://github.com/aionnetwork/aion_epic_fpgaminer

FPGA referrence implementation for aion equihash 2109
https://github.com/aionnetwork/aion_epic_fpgaminer

Last synced: 5 months ago
JSON representation

FPGA referrence implementation for aion equihash 2109

Awesome Lists containing this project

README

          

# aion_epic_fpgaminer

Algorithm: equihash (210,9)

Language: Verilog

Directories:

>src/rtl : Verilog of the design

>src/build : Makefile to build design simulation

>src/tb : Simple testbenches for design's major blocks

>src/fpga : FPGA build files

>doc/arch : Architecture related documentation

>doc/test : Testbench & Simulation related documentation

Referenced Code:

https://github.com/secworks/blake2
- Used for non pipelined blake2b with fixes for multimessage

https://github.com/progranism/Open-Source-FPGA-Bitcoin-Miner
- Used for UART RTL