Skip to content

LiteX CVA6 - Fixed integration of the CPU into LiteX SoC generator

License

Notifications You must be signed in to change notification settings

adamhlt/LiteX-CVA6

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

                            __    _ __      _  __    _______    _____   _____ 
                           / /   (_) /____ | |/ /   / ____/ |  / /   | / ___/
                          / /   / / __/ _ \|   /   / /    | | / / /| |/ __ \ 
                         / /___/ / /_/  __/   |   / /___  | |/ / ___ / /_/ /
                        /_____/_/\__/\___/_/|_|   \____/  |___/_/  |_\____/
                                                                          
                                                                        
                                            LiteX CVA6 
                       Fixed integration of the CPU into LiteX SoC generator

LiteX CVA6

📖 Project Overview :

This project is a fixed version of the existing CVA6 pythondata-cpu-cva6 necessary for LiteX SoC generation. Most of the work was done by the team in charge of the CPU integration in LiteX.

🚀 Getting Started :

Clone the project

Clone the project into your LiteX installation's root folder.

git clone https://github.com/adamhlt/LiteX-CVA6.git pythondata-cpu-cva6
python3 -m pip install --editable pythondata-cpu-cva6

You can now try to run the simulation.

litex_sim --cpu-type=cva6

🧪 Demonstration :

LiteX Simulation of CVA6 CPU.

Demo

👑 Credit :

  • LiteX : Very powerful SoC generator.
  • Original Repo : Initial repository of the CVA6 integration into LiteX.
  • CVA6 Repo : Official repository of CVA6 CPU.