Skip to content

Commit

Permalink
Merge pull request #786 from AndreMerendeira/main
Browse files Browse the repository at this point in the history
[iob_soc_utils.py] fixed scripts copy
  • Loading branch information
jjts authored Feb 24, 2024
2 parents 82c23ff + f84e4e6 commit 3545851
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/iob_soc_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ def post_setup_iob_soc(python_module, num_extmem_connections):
scripts_dir = root
break
# Copy scripts to build directory
copy_srcs.copy_files("./scripts", f"{build_dir}/scripts", scripts)
copy_srcs.copy_files(f"{scripts_dir}", f"{build_dir}/scripts", scripts)

# Copy console_ethernet.py
if ethernet_macro:
Expand Down

0 comments on commit 3545851

Please sign in to comment.