QString getDirectionString();
inline AbstractBlock *getOwner() { return owner;}
inline AbstractInterface* getAssociatedIface() { return associatedIface; }
- inline QString getClockIface() { return clkIface; }
+ inline QString getClockIfaceString() { return clkIface; }
inline int getClockIfaceType() { return clkIfaceType; }
-
+ AbstractInterface* getClockIface();
double getDoubleWidth() throw(QException);
int direction;
int type;
QString width;
- int endianess;
-
+ int endianess;
AbstractBlock* owner;
/*!