X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/blast.git/blobdiff_plain/1b7818e18ed7bcf3464e307b97c6e0e6d72cc69b..6a0ffdb10d7344d99e04c5518fca2b8295df94be:/GroupBlock.cpp?ds=inline diff --git a/GroupBlock.cpp b/GroupBlock.cpp index 7945ee7..ea7f2f7 100644 --- a/GroupBlock.cpp +++ b/GroupBlock.cpp @@ -43,20 +43,10 @@ GroupBlock::GroupBlock(GroupBlock *_parent, bool createIfaces) throw(Exception) addInterface(clk); addInterface(rst); // creating clkrstgen block and connecting it to this: done in Dispatcher since this has no access to library + cout << "created ext_clk and reset ifaces for top group" << endl; } parent = _parent; - if (_parent != NULL) { - try { - connectClkReset(); - } - catch(Exception e) { - AbstractBlock* source = (AbstractBlock *)(e.getSource()); - cerr << qPrintable(source->getName()) << ":" << qPrintable(e.getMessage()) << endl; - throw(e); - } - } - } GroupBlock::~GroupBlock() {