Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

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.
  • Build Dependencies:

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.