X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/blast.git/blobdiff_plain/cf93fd850a8b6e9a6f40faed9f796a0e2fb0cedb..6ca6321283b9c93a6df9dcd5216bfa01df9ad24b:/Graph.h?ds=sidebyside diff --git a/Graph.h b/Graph.h index b9c598a..8b2015f 100644 --- a/Graph.h +++ b/Graph.h @@ -45,6 +45,8 @@ public: // others QList getOutsideInterfaces(); + QList getExternalResources(); // returns the list of all external files needed for VHDL generation + /*! * \brief createPatterns * createPatterns() crosses the graph and for each functional block, it computes @@ -55,7 +57,8 @@ public: void resetPatternComputed(); void computeOutputPatterns(int nbExec) throw(Exception); - + void generateVHDL(const QString& path) throw(Exception); + private: GroupBlock* topGroup; QList groups; //! usefull to avoid recursive methods to find a particular group.