https://github.com/lowrisc/lowrisc-kc705
KC705 implementation of the lowRISC unthethered SoC
https://github.com/lowrisc/lowrisc-kc705
Last synced: 8 months ago
JSON representation
KC705 implementation of the lowRISC unthethered SoC
- Host: GitHub
- URL: https://github.com/lowrisc/lowrisc-kc705
- Owner: lowRISC
- License: other
- Created: 2015-07-23T09:58:19.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2018-11-01T15:21:34.000Z (over 7 years ago)
- Last Synced: 2025-03-13T10:28:33.968Z (12 months ago)
- Language: C
- Size: 1.11 MB
- Stars: 2
- Watchers: 6
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
lowRISC Xilinx KC705 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/kc705)
Requirement:
**Vivado 2015.3** 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