Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/lowrisc/lowrisc-nexys4

FPGA demo for Digilent NEXYS 4 board
https://github.com/lowrisc/lowrisc-nexys4

Last synced: 1 day ago
JSON representation

FPGA demo for Digilent NEXYS 4 board

Awesome Lists containing this project

README

        

lowRISC Digilent NEXYS4-DDR Board Developement Demo
========================================================

(Not a stand-alone git repo. Please clone https://github.com/lowrisc/lowrisc-chip.git to have this as a submodule of /fpga/board/nexys4)

Requirement:

**Vivado 2015.4** and **lowRISC develope environment**

How to run the demo:
--------------------------------------------------------

* Generate bit-stream for downloading

make bitstream

* Run FPGA simulation (extremely slow due to the DDR3 memory controller)

make simulation

* Open the Vivado GUI

make vivado

Other Make targets
--------------------------------------------------------

* Generate the FPGA backend Verilog files

make verilog

* Generate the Vivado project

make project

* Find out the boot BRAMs' name and position (for updating src/boot.bmm)

make search-ramb

* Replace the content of boot BRAM with a new src/boot.mem (must update src/boot.bmm first)

make bit-update