Skip to content

Rocket Chip Verilog generated for the LiteX SoC

Notifications You must be signed in to change notification settings

gsomlo/rocket-litex-verilog

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This repository contains a RocketChip core generated specifically for the LiteX SoC.

  • Rocket's internal bootrom has been modified to jump to 0x1000_0000;
  • Rocket's internal address map was modified to route
    • any addresses between 0x1000_0000 and 0x8000_0000 through the uncached MMIO AXI interface, and
    • any addresses above 0x8000_0000 through the cached MEM AXI interface.

See ./update.sh for details.

See ./_upstream.rev for the upstream revision currently in use.

Run ./update.sh and commit changes to update to the current upstream revision.

About

Rocket Chip Verilog generated for the LiteX SoC

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Verilog 99.8%
  • Other 0.2%