X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/blast.git/blobdiff_plain/1b7818e18ed7bcf3464e307b97c6e0e6d72cc69b..HEAD:/Parameters.h diff --git a/Parameters.h b/Parameters.h index a541ee6..8d2fc8c 100644 --- a/Parameters.h +++ b/Parameters.h @@ -138,16 +138,14 @@ public : QString projectPath; QString projectName; QString projectFile; // equals to projectPath/projectName.xml - bool autoConnMainClk; // true if auto-connection to main clock (i.e. ext_clk) - QList clocks; // clocks[0] is the main clock. + bool autoConnMainClk; // true if auto-connection to main clock (i.e. ext_clk) + double mainClock; // main clock freq (reported in graph->clocks(0)) - Graph* createGraph(bool createTopGroupIfaces = true); + Graph* initGraph(bool createTopGroupIfaces = true); void destroyGraph(); inline Graph* getGraph() { return graph; } ReferenceBlock* getReferenceBlock(int idCategory, int idBlock); // get the reference block from its category and index - ReferenceBlock* getHiddenReferenceBlock(QString blockName); // get a hidden block by name, i.e. in category 100 - FunctionalBlock* duplicateFunctionalBlock(FunctionalBlock* block); // adding a copy of a functional block to current group - + ReferenceBlock* getHiddenReferenceBlock(QString blockName); // get a hidden block by name, i.e. in category 100 void clear();