Update Vexii

This commit is contained in:
Dolu1990 2024-05-06 19:48:56 +02:00
parent 8831acba65
commit 588b7a9519
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", "main", "af662e86" if args.update_repo=="recommended" else None)
NaxRiscv.git_setup("VexiiRiscv", ndir, "https://github.com/SpinalHDL/VexiiRiscv.git", "fpu_internal", "b4e86579" if args.update_repo=="recommended" else None)