Navigation Menu

Skip to content

nbdd0121/lowrisc-nexys4

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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
    

About

FPGA demo for Digilent NEXYS 4 board

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Tcl 56.7%
  • Makefile 40.6%
  • Shell 2.7%