- Timestamp:
- Sep 19, 2014, 4:05:27 PM (12 years ago)
- Location:
- branches/eam_branches/ps2-tc3-20130727
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
ippTasks/warp.pro (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ps2-tc3-20130727
- Property svn:mergeinfo changed
-
branches/eam_branches/ps2-tc3-20130727/ippTasks/warp.pro
r36680 r37403 99 99 end 100 100 task warp.revert.overlap 101 active false 102 end 103 end 104 105 macro warp.summary.on 106 task warp.summary.load 107 active true 108 end 109 task warp.summary.run 110 active true 111 end 112 end 113 114 macro warp.summary.off 115 task warp.summary.load 116 active false 117 end 118 task warp.summary.run 101 119 active false 102 120 end … … 261 279 add_poll_args run 262 280 add_poll_labels run 281 # increase the poll limit for warp over the default to 282 # help it keep up with chip processing 283 # NOTE : it is not a problem for warptool to have multiple 284 # -limit entries: the last one is used 285 $run = $run -limit {$POLL_LIMIT * 2} 263 286 command $run 264 287 end
Note:
See TracChangeset
for help on using the changeset viewer.
