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
- Host: GitHub
- URL: https://github.com/aionnetwork/aion_epic_fpgaminer
- Owner: aionnetwork
- Created: 2018-07-25T15:20:58.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-01T22:39:01.000Z (almost 8 years ago)
- Last Synced: 2025-09-03T03:42:19.940Z (10 months ago)
- Language: Verilog
- Size: 1.99 MB
- Stars: 15
- Watchers: 10
- Forks: 18
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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