__ _ __ _ __ _______ _____ _____
/ / (_) /____ | |/ / / ____/ | / / | / ___/
/ / / / __/ _ \| / / / | | / / /| |/ __ \
/ /___/ / /_/ __/ | / /___ | |/ / ___ / /_/ /
/_____/_/\__/\___/_/|_| \____/ |___/_/ |_\____/
LiteX CVA6
Fixed integration of the CPU into LiteX SoC generator
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.
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
LiteX Simulation of CVA6 CPU.
- LiteX : Very powerful SoC generator.
- Original Repo : Initial repository of the CVA6 integration into LiteX.
- CVA6 Repo : Official repository of CVA6 CPU.