Skip to content

Commit

Permalink
core/naxriscv allow memory less gen
Browse files Browse the repository at this point in the history
  • Loading branch information
Dolu1990 committed Sep 13, 2023
1 parent e8ed93c commit e2c3a50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion litex/soc/cores/cpu/naxriscv/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ def generate_netlist(reset_address):
sdir = os.path.join(vdir, "ext", "SpinalHDL")

if NaxRiscv.update_repo != "no":
NaxRiscv.git_setup("NaxRiscv", ndir, "https://github.com/SpinalHDL/NaxRiscv.git", "coherency", "01bc27a2" if NaxRiscv.update_repo=="recommended" else None)
NaxRiscv.git_setup("NaxRiscv", ndir, "https://github.com/SpinalHDL/NaxRiscv.git", "coherency", "ee4c6fb7" if NaxRiscv.update_repo=="recommended" else None)
NaxRiscv.git_setup("SpinalHDL", sdir, "https://github.com/SpinalHDL/SpinalHDL.git", "bus-fabric" , "d1f0b637" if NaxRiscv.update_repo=="recommended" else None)

gen_args = []
Expand Down

0 comments on commit e2c3a50

Please sign in to comment.