Skip to content

Commit

Permalink
core/NaxRiscv update (timing improvements)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dolu1990 committed Nov 14, 2023
1 parent f41ae88 commit 6d9cacd
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 @@ -315,7 +315,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", "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}")
Expand Down

0 comments on commit 6d9cacd

Please sign in to comment.