Skip to content

Commit

Permalink
cores/cpu/vexiiriscv: Add PMP support
Browse files Browse the repository at this point in the history
The RISC-V PMP feature can now be enabled via --vexii-args="--pmp-size=8" for instance.

TOR support can be disabled via --pmp-tor-disable to save area / timings
  • Loading branch information
Dolu1990 authored Nov 26, 2024
1 parent 29c5a1d commit 070c4cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion litex/soc/cores/cpu/vexiiriscv/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ def args_read(args):
vdir = get_data_mod("cpu", "vexiiriscv").data_location
ndir = os.path.join(vdir, "ext", "VexiiRiscv")

NaxRiscv.git_setup("VexiiRiscv", ndir, "https://github.com/SpinalHDL/VexiiRiscv.git", "dev", "ca10ab58", args.update_repo)
NaxRiscv.git_setup("VexiiRiscv", ndir, "https://github.com/SpinalHDL/VexiiRiscv.git", "dev", "b4269ddc", args.update_repo)

if not args.cpu_variant:
args.cpu_variant = "standard"
Expand Down

0 comments on commit 070c4cd

Please sign in to comment.