mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
Update Vexii
This commit is contained in:
parent
8831acba65
commit
588b7a9519
1 changed files with 1 additions and 1 deletions
|
@ -130,7 +130,7 @@ class VexiiRiscv(CPU):
|
||||||
print(args)
|
print(args)
|
||||||
|
|
||||||
if args.update_repo != "no":
|
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)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue