vexiiriscv git update

This commit is contained in:
Dolu1990 2024-09-05 13:17:22 +02:00
parent 1f2418de3b
commit f512c65077
1 changed files with 1 additions and 1 deletions

View File

@ -152,7 +152,7 @@ class VexiiRiscv(CPU):
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"