// others
QList<AbstractInterface *> getOutsideInterfaces();
+ QList<QString> 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
void resetPatternComputed();
void computeOutputPatterns(int nbExec) throw(Exception);
-
+ void generateVHDL(const QString& path) throw(Exception);
+
private:
GroupBlock* topGroup;
QList<GroupBlock *> groups; //! usefull to avoid recursive methods to find a particular group.