Skip to content

Commit 32076a4

Browse files
authored
Merge pull request #121 from os-fpga/bug_sim_status
Testbench paths updated
2 parents f4e441d + f823b73 commit 32076a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

primitive_parser.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -460,7 +460,7 @@ def diff_copy_parse(src_path, dest_path):
460460

461461
if "sim_models" in src_path:
462462
src = src_path + "../tb"
463-
dest = dest_path + "../tb"
463+
dest = dest_path + "../../tb"
464464
print("Testbench files")
465465
copy_files(src,dest)
466466

0 commit comments

Comments
 (0)