cpu/NaxRiscv fix nan-boxing on peripheral load
This commit is contained in:
parent
53e7492bd4
commit
42f46c9c95
|
@ -238,7 +238,7 @@ class NaxRiscv(CPU):
|
||||||
sdir = os.path.join(vdir, "ext", "SpinalHDL")
|
sdir = os.path.join(vdir, "ext", "SpinalHDL")
|
||||||
|
|
||||||
if NaxRiscv.update_repo != "no":
|
if NaxRiscv.update_repo != "no":
|
||||||
NaxRiscv.git_setup("NaxRiscv", ndir, "https://github.com/SpinalHDL/NaxRiscv.git" , "main", "ea161a19" if NaxRiscv.update_repo=="recommended" else None)
|
NaxRiscv.git_setup("NaxRiscv", ndir, "https://github.com/SpinalHDL/NaxRiscv.git" , "main", "57e3bf59" if NaxRiscv.update_repo=="recommended" else None)
|
||||||
NaxRiscv.git_setup("SpinalHDL", sdir, "https://github.com/SpinalHDL/SpinalHDL.git", "dev" , "8511f126" if NaxRiscv.update_repo=="recommended" else None)
|
NaxRiscv.git_setup("SpinalHDL", sdir, "https://github.com/SpinalHDL/SpinalHDL.git", "dev" , "8511f126" if NaxRiscv.update_repo=="recommended" else None)
|
||||||
|
|
||||||
gen_args = []
|
gen_args = []
|
||||||
|
|
Loading…
Reference in New Issue