File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ cd "$(dirname "$0")/.."
1111
1212echo " Test deltaDebug.py with a make invocation"
1313make DESIGN_CONFIG=designs/asap7/gcd/config.mk clean_all floorplan
14- openroad -exit -python ../tools/OpenROAD/etc/deltaDebug.py --persistence 2 --use_stdout --error_string " 100 overflow " --base_db_path results/asap7/gcd/base/2_floorplan.odb --step " make DESIGN_CONFIG=designs/asap7/gcd/config.mk do-3_1_place_gp_skip_io"
14+ openroad -exit -python ../tools/OpenROAD/etc/deltaDebug.py --persistence 2 --use_stdout --error_string " 100 | " --base_db_path results/asap7/gcd/base/2_floorplan.odb --step " make DESIGN_CONFIG=designs/asap7/gcd/config.mk do-3_1_place_gp_skip_io"
1515
1616echo " Test deltaDebug.py with a make issue"
1717testname=uart
@@ -24,4 +24,4 @@ mkdir -p results/delta-debug/
2424cd results/delta-debug/
2525tar --strip-components=1 -xzf ../../$latest_file
2626sed -i ' s/openroad -no_init/openroad -exit -no_init/g' run-me-$testname -asap7-base.sh
27- openroad -exit -python ../../../tools/OpenROAD/etc/deltaDebug.py --persistence 3 --use_stdout --error_string " 100 overflow " --base_db_path results/asap7/$testname /base/3_2_place_iop.odb --step ./run-me-$testname -asap7-base.sh --multiplier 2
27+ openroad -exit -python ../../../tools/OpenROAD/etc/deltaDebug.py --persistence 3 --use_stdout --error_string " 100 | " --base_db_path results/asap7/$testname /base/3_2_place_iop.odb --step ./run-me-$testname -asap7-base.sh --multiplier 2
You can’t perform that action at this time.
0 commit comments