update vexii

This commit is contained in:
Dolu1990 2024-05-16 19:30:15 +02:00
parent 60b0273eda
commit 122e060a5e
1 changed files with 1 additions and 1 deletions

View File

@ -130,7 +130,7 @@ class VexiiRiscv(CPU):
print(args)
if args.update_repo != "no":
NaxRiscv.git_setup("VexiiRiscv", ndir, "https://github.com/SpinalHDL/VexiiRiscv.git", "fpu_internal", "c330b794" if args.update_repo=="recommended" else None)
NaxRiscv.git_setup("VexiiRiscv", ndir, "https://github.com/SpinalHDL/VexiiRiscv.git", "fpu_internal", "139a1bd6" if args.update_repo=="recommended" else None)