cpu: O3 add a header declaring the DerivO3CPU
[gem5.git] / src / cpu / func_unit.hh
index 3745bb7d1c57e8a38e2d0a960221a45255fc2cf6..51e2011f8776d25ee14d98805086787bf29ccc08 100644 (file)
@@ -51,8 +51,8 @@ class OpDesc : public SimObject
 {
   public:
     OpClass opClass;
-    unsigned    opLat;
-    unsigned    issueLat;
+    Cycles opLat;
+    Cycles issueLat;
 
     OpDesc(const OpDescParams *p)
         : SimObject(p), opClass(p->opClass), opLat(p->opLat),