File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -546,13 +546,23 @@ function populate_arg_from_file() {
546
546
_simulation_params=" ${_local_simulation_params} ${_simulation_params} "
547
547
fi
548
548
549
+ if [ " _${_local_synthesis_parse_file} " != " _" ] && [ ! -f " ${_local_synthesis_parse_file} " ]
550
+ then
551
+ _local_synthesis_parse_file=" ${THIS_DIR} /${_local_synthesis_parse_file} "
552
+ fi
553
+
549
554
if [ " _${_local_synthesis_parse_file} " != " _" ] && [ ! -f " ${_local_synthesis_parse_file} " ]
550
555
then
551
556
echo " file ${_local_synthesis_parse_file} not found, skipping"
552
557
else
553
558
_synthesis_parse_file=" ${_local_synthesis_parse_file} "
554
559
fi
555
560
561
+ if [ " _${_local_simulation_parse_file} " != " _" ] && [ ! -f " ${_local_simulation_parse_file} " ]
562
+ then
563
+ _local_simulation_parse_file=" ${THIS_DIR} /${_local_simulation_parse_file} "
564
+ fi
565
+
556
566
if [ " _${_local_simulation_parse_file} " != " _" ] && [ ! -f " ${_local_simulation_parse_file} " ]
557
567
then
558
568
echo " file ${_local_simulation_parse_file} not found, skipping"
You can’t perform that action at this time.
0 commit comments