Skip to content

Commit 50aa305

Browse files
pwang7myrfy001
authored andcommitted
PR timing fixed
1 parent aac1a9d commit 50aa305

File tree

3 files changed

+129
-71
lines changed

3 files changed

+129
-71
lines changed

backend/non_project_build.tcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ proc should_run_phys_opt {} {
7474
puts "WNS=$worst_slack, running physical optimization"
7575
return 1
7676
} else {
77-
puts "WNS=$worst_slack, not to run physical optimization"
77+
puts "WNS=$worst_slack, not run physical optimization"
7878
return 0
7979
}
8080
}

run_one.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ TEST_LOG=run.log
1313
TEST_DIR=test
1414
cd $TEST_DIR
1515
truncate -s 0 $TEST_LOG
16-
FILES=`ls TestPayloadGen.bsv`
16+
FILES=`ls TestSendQ.bsv`
1717
###########################################################################
1818
for FILE in $FILES; do
1919
# echo $FILE

0 commit comments

Comments
 (0)