Skip to content

Commit

Permalink
Merge pull request #2130 from enjoy-digital/Dolu1990-patch-2
Browse files Browse the repository at this point in the history
cores/cpu/vexiiriscv: Add PMP support
  • Loading branch information
enjoy-digital authored Dec 4, 2024
2 parents 4d748b7 + 070c4cd commit 9551845
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 9551845

Please sign in to comment.