X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/blast.git/blobdiff_plain/6e2b3026c6a496e81642c373796bd39dad33d2a6..e40a5399ec7887c2606f18575c809b0d05b09278:/GroupBlock.h?ds=sidebyside diff --git a/GroupBlock.h b/GroupBlock.h index 23a8ce2..63104de 100644 --- a/GroupBlock.h +++ b/GroupBlock.h @@ -17,7 +17,7 @@ using namespace Qt; class GroupBlock : public AbstractBlock { public: - GroupBlock(GroupBlock* _parent) throw(Exception); + GroupBlock(GroupBlock* _parent, bool createIfaces = true) throw(Exception); virtual ~GroupBlock(); // getters @@ -46,6 +46,7 @@ public: void computeOutputPattern(int nbExec = -1) throw(Exception); void computeAdmittanceDelays() throw(Exception); + QList getExternalResources(); void generateVHDL(const QString& path) throw(Exception); // main entry to generate the VHDL code private: