Skip to content

Commit f823b73

Browse files
committed
Testbench paths updated
1 parent 65b64cb commit f823b73

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)