Update readme file

This commit is contained in:
bsdevlin 2019-02-19 09:32:24 -05:00
parent ca60668859
commit e437c8bd74
1 changed files with 21 additions and 1 deletions

View File

@ -1,2 +1,22 @@
# zcash-fpga
Repo for ZCash FPGA projects code and documents
Repo for Zcash FPGA projects code and documents.
## Overview
These have been designed targetted for Xilinx boards (US+) and therefore contain Xilinx-specific IP.
## zcash_verif
This is the top level for the Zcash verification FPGA board. It targets both Xilinx Virtex UltraScale+ FPGA VCU118 Evaluation Kit, and Amazon EC2 F1 Instances.
Architecture document is [here]()
## ip_cores
These contain custom IP cores used in the projects in this repo.
* blake2b - A simple implementation of blake2b and a pipline-unrolled version for high performance.
* common - Packages and interfaces that are shared.
* fifo - Fifo implementations
* parsing - Blocks for parsing/processing streams, as well as testbench files.