Go to file
Sagar Karandikar a6b2ed9263 add instructions to README 2014-09-11 11:43:18 -07:00
common update Makefile for tcl 2014-09-10 23:37:47 -07:00
zedboard start of make system and adding fifos 2014-09-10 17:53:33 -07:00
zybo update Makefile for tcl 2014-09-10 23:37:47 -07:00
LICENSE start of fresh fpga repo 2014-09-05 17:08:53 -07:00
README.md add instructions to README 2014-09-11 11:43:18 -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
$ make vivadoproject
$ cd hw/zynq_rocketchip
$ vivado zynq_rocketchip.xpr

TODO: merge remaining instructions from current fpga-zynq repo