Index: branches/eam_branches/ps2-tc3-20130727/ippTasks/diff.pro
===================================================================
--- branches/eam_branches/ps2-tc3-20130727/ippTasks/diff.pro	(revision 36680)
+++ branches/eam_branches/ps2-tc3-20130727/ippTasks/diff.pro	(revision 37403)
@@ -61,4 +61,22 @@
   end
   task diff.revert
+    active false
+  end
+end
+
+macro diff.summary.on
+  task diff.summary.load
+    active true
+  end
+  task diff.summary.run
+    active true
+  end
+end
+
+macro diff.summary.off
+  task diff.summary.load
+    active false
+  end
+  task diff.summary.run
     active false
   end
@@ -125,4 +143,9 @@
     add_poll_args run
     add_poll_labels run
+    # increase the poll limit for warp over the default to
+    # help it keep up with chip processing
+    # NOTE : it is not a problem for difftool to have multiple 
+    # -limit entries: the last one is used
+    $run = $run -limit {$POLL_LIMIT * 2}
     command $run
   end
