class GroupBlock : public AbstractBlock {
public:
- GroupBlock(GroupBlock* _parent) throw(Exception);
+ GroupBlock(GroupBlock* _parent, bool createIfaces = true) throw(Exception);
virtual ~GroupBlock();
// getters
void computeOutputPattern(int nbExec = -1) throw(Exception);
void computeAdmittanceDelays() throw(Exception);
+ QList<QString> getExternalResources();
void generateVHDL(const QString& path) throw(Exception); // main entry to generate the VHDL code
private: