Skip to content

Commit

Permalink
vexiiriscv git update
Browse files Browse the repository at this point in the history
  • Loading branch information
Dolu1990 committed Sep 5, 2024
1 parent 1f2418d commit f512c65
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 @@ -152,7 +152,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", "36dad634", args.update_repo)
NaxRiscv.git_setup("VexiiRiscv", ndir, "https://github.com/SpinalHDL/VexiiRiscv.git", "dev", "a15ea92c", args.update_repo)

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

0 comments on commit f512c65

Please sign in to comment.