Skip to content

Commit b160507

Browse files
committed
core/naxriscv add rvls git
1 parent 50b9f44 commit b160507

File tree

1 file changed

+2
-0
lines changed
  • litex/soc/cores/cpu/naxriscv

1 file changed

+2
-0
lines changed

litex/soc/cores/cpu/naxriscv/core.py

+2
Original file line numberDiff line numberDiff line change
@@ -296,10 +296,12 @@ def generate_netlist(reset_address):
296296
vdir = get_data_mod("cpu", "naxriscv").data_location
297297
ndir = os.path.join(vdir, "ext", "NaxRiscv")
298298
sdir = os.path.join(vdir, "ext", "SpinalHDL")
299+
rdir = os.path.join(vdir, "ext", "NaxRiscv/ext/rvls")
299300

300301
if NaxRiscv.update_repo != "no":
301302
NaxRiscv.git_setup("NaxRiscv", ndir, "https://github.com/SpinalHDL/NaxRiscv.git", "coherency", "abe0c3bc" if NaxRiscv.update_repo=="recommended" else None)
302303
NaxRiscv.git_setup("SpinalHDL", sdir, "https://github.com/SpinalHDL/SpinalHDL.git", "bus-fabric" , "d1f0b637" if NaxRiscv.update_repo=="recommended" else None)
304+
NaxRiscv.git_setup("Rvls", rdir, "https://github.com/SpinalHDL/rvls.git", "main", "d7e8d845" if NaxRiscv.update_repo=="recommended" else None)
303305

304306
gen_args = []
305307
gen_args.append(f"--netlist-name={NaxRiscv.netlist_name}")

0 commit comments

Comments
 (0)