X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/blast.git/blobdiff_plain/e40a5399ec7887c2606f18575c809b0d05b09278..a13795fc34cd1e74f94695d35253c3d00abec9bc:/AbstractInterface.h?ds=inline diff --git a/AbstractInterface.h b/AbstractInterface.h index 95ad4bb..832fe48 100644 --- a/AbstractInterface.h +++ b/AbstractInterface.h @@ -57,9 +57,8 @@ public : inline QString getClockIfaceString() { return clkIface; } inline int getClockIfaceType() { return clkIfaceType; } AbstractInterface* getClockIface(); - - - double getDoubleWidth() throw(QException); + virtual int getClockDomain() throw(Exception) = 0; // determine on which clock domain is sync this interface + double getClockFrequency() throw(Exception); // setters @@ -92,8 +91,7 @@ protected: int direction; int type; QString width; - int endianess; - + int endianess; AbstractBlock* owner; /*!