core/NaxRiscv update (timing improvements)
This commit is contained in:
parent
f41ae88d1c
commit
6d9cacd465
|
@ -315,7 +315,7 @@ class NaxRiscv(CPU):
|
|||
sdir = os.path.join(vdir, "ext", "SpinalHDL")
|
||||
|
||||
if NaxRiscv.update_repo != "no":
|
||||
NaxRiscv.git_setup("NaxRiscv", ndir, "https://github.com/SpinalHDL/NaxRiscv.git", "main", "b6d0712f" if NaxRiscv.update_repo=="recommended" else None)
|
||||
NaxRiscv.git_setup("NaxRiscv", ndir, "https://github.com/SpinalHDL/NaxRiscv.git", "main", "ec3ee4dc" if NaxRiscv.update_repo=="recommended" else None)
|
||||
|
||||
gen_args = []
|
||||
gen_args.append(f"--netlist-name={NaxRiscv.netlist_name}")
|
||||
|
|
Loading…
Reference in New Issue