https://github.com/lowrisc/lowrisc-vcu108
https://github.com/lowrisc/lowrisc-vcu108
Last synced: 18 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/lowrisc/lowrisc-vcu108
- Owner: lowRISC
- License: other
- Created: 2018-01-12T17:14:24.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-16T13:40:14.000Z (over 8 years ago)
- Last Synced: 2025-12-31T23:55:28.252Z (4 months ago)
- Language: SystemVerilog
- Size: 89.8 KB
- Stars: 3
- Watchers: 6
- 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