Go to file
Scott Beamer 307119ea47 upgrading common and zedboard to vivado 2014.2 2014-09-13 12:28:44 -07:00
common upgrading common and zedboard to vivado 2014.2 2014-09-13 12:28:44 -07:00
zc706 add zedboard board model and simplify replacement names 2014-09-13 11:19:58 -07:00
zedboard upgrading common and zedboard to vivado 2014.2 2014-09-13 12:28:44 -07:00
zybo fix Makefrag support for boards with no model (zybo) 2014-09-13 12:22:39 -07:00
.gitignore add gitignore 2014-09-11 16:30:15 -07:00
.gitmodules adding zedboard images submodule 2014-09-11 17:51:17 -07:00
LICENSE start of fresh fpga repo 2014-09-05 17:08:53 -07:00
README.md matching makefile's level of automation 2014-09-11 16:43:13 -07:00

README.md

fpga-zynq

This repository contains the files needed to run the RISC-V Rocket core on various Zynq FPGAs from scratch.

Quick Instructions

First, enter into the directory for your board (current options are zybo, zc706, and zedboard). From there:

$ make vivado_gui

TODO: merge remaining instructions from current fpga-zynq repo