Skip to content

Commit

Permalink
core/usb_ohci fix generation
Browse files Browse the repository at this point in the history
  • Loading branch information
Dolu1990 committed Sep 12, 2023
1 parent d165418 commit 5d9dd10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion litex/soc/cores/usb_ohci.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ def generate_netlist(self):
gen_args.append(f"--netlist-name={self.get_netlist_name()}")
gen_args.append(f"--netlist-directory={vdir}")

cmd = 'cd {path} && sbt "runMain spinal.lib.com.usb.ohci.UsbOhciWishbone {args}"'.format(
cmd = 'cd {path} && sbt "lib/runMain spinal.lib.com.usb.ohci.UsbOhciWishbone {args}"'.format(
path=os.path.join(vdir, "ext", "SpinalHDL"), args=" ".join(gen_args))
print("!!! " + cmd)
if os.system(cmd) != 0:
Expand Down

0 comments on commit 5d9dd10

Please sign in to comment.