Skip to content

Commit

Permalink
Some changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Vascom committed Feb 16, 2012
1 parent 2c18c69 commit d086a1d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion start_batch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,8 @@ then
quartus_sta $EN64 --parallel=4 $PROJECT_NAME -c $PROJECT_NAME 1>/dev/null
quartus_asm $EN64 $READ_WRITE_SETTINGS $PROJECT_NAME -c $PROJECT_NAME 1>/dev/null &
head -n 2 $PROJECT_NAME.sta.rpt
head -n 159 $PROJECT_NAME.sta.rpt | tail -n 9
#head -n 159 $PROJECT_NAME.sta.rpt | tail -n 9
grep "Restricted Fmax" "$PROJECT_NAME.sta.rpt" -m 1 -A 9

echo "All finished"
else
Expand Down

0 comments on commit d086a1d

Please sign in to comment.