cpu/vexii add git
This commit is contained in:
parent
555f89c22a
commit
62cf95c5da
|
@ -129,8 +129,8 @@ class VexiiRiscv(CPU):
|
|||
def args_read(args):
|
||||
print(args)
|
||||
|
||||
# if args.update_repo != "no":
|
||||
# NaxRiscv.git_setup("VexiiRiscv", ndir, "https://github.com/SpinalHDL/VexiiRiscv.git", "main", "ec3ee4dc" if args.update_repo=="recommended" else None)
|
||||
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)
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue