cpu/NaxRiscv: update

This commit is contained in:
Dolu1990 2022-08-08 10:53:06 +02:00
parent ec4c8741d4
commit 552d7bdb5c
1 changed files with 2 additions and 2 deletions

View File

@ -227,8 +227,8 @@ class NaxRiscv(CPU):
ndir = os.path.join(vdir, "ext", "NaxRiscv")
sdir = os.path.join(vdir, "ext", "SpinalHDL")
NaxRiscv.git_setup("NaxRiscv", ndir, "https://github.com/SpinalHDL/NaxRiscv.git" , "main", "7dc2edfb")
NaxRiscv.git_setup("SpinalHDL", sdir, "https://github.com/SpinalHDL/SpinalHDL.git", "dev" , "b515db20")
NaxRiscv.git_setup("NaxRiscv", ndir, "https://github.com/SpinalHDL/NaxRiscv.git" , "main", "fb1f4e61")
NaxRiscv.git_setup("SpinalHDL", sdir, "https://github.com/SpinalHDL/SpinalHDL.git", "dev" , "a130f7b7")
gen_args = []
gen_args.append(f"--netlist-name={NaxRiscv.netlist_name}")