File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -365,6 +365,11 @@ def diff_copy_parse(src_path, dest_path):
365365 sim_status = False
366366 print ("-------------------------------Simulation Compilation failure----------------------------------" )
367367
368+ if "sim_models" in src_path :
369+ src = src_path + "../tb"
370+ dest = dest_path + "../../tb"
371+ print ("Testbench files" )
372+ copy_files (src ,dest )
368373
369374
370375 for prim_name in old_list :
@@ -458,11 +463,6 @@ def diff_copy_parse(src_path, dest_path):
458463 print ("-------------------------------Failure list----------------------------------" , sim_fail_list )# if not is_directory_empty(tb_directory):
459464
460465
461- if "sim_models" in src_path :
462- src = src_path + "../tb"
463- dest = dest_path + "../../tb"
464- print ("Testbench files" )
465- copy_files (src ,dest )
466466
467467# if "sim_models_internal" in src_path:
468468# src = src_path + "inc"
You can’t perform that action at this time.
0 commit comments