mem-garnet: Integration of HeteroGarnet
[gem5.git] / src / mem / ruby / network / garnet2.0 / OutputUnit.hh
index dbb35eeed605f71926b61f5f5c2406f0ba2b4448..699470730cfdd837baf6ee02973241bb89b6aa10 100644 (file)
@@ -75,13 +75,13 @@ class OutputUnit : public Consumer
     }
 
     inline void
-    set_vc_state(VC_state_type state, int vc, Cycles curTime)
+    set_vc_state(VC_state_type state, int vc, Tick curTime)
     {
       outVcState[vc].setState(state, curTime);
     }
 
     inline bool
-    is_vc_idle(int vc, Cycles curTime)
+    is_vc_idle(int vc, Tick curTime)
     {
         return (outVcState[vc].isInState(IDLE_, curTime));
     }