https://github.com/lowrisc/lowrisc-nexys4-video
https://github.com/lowrisc/lowrisc-nexys4-video
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/lowrisc/lowrisc-nexys4-video
- Owner: lowRISC
- License: other
- Created: 2016-07-06T16:24:32.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-08-12T08:30:01.000Z (almost 10 years ago)
- Last Synced: 2025-06-02T14:55:33.487Z (about 1 year ago)
- Language: Tcl
- Size: 256 KB
- Stars: 2
- Watchers: 10
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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