]> AND Private Git Repository - blast.git/blobdiff - Parameters.h
Logo AND Algorithmique Numérique Distribuée

Private GIT Repository
moved clocks list to graph
[blast.git] / Parameters.h
index bf679fc2a41b9c71e4ce080da4217984c2de25d9..e14b3fe11cc856e2d2705c440f157fd6335e58d9 100644 (file)
@@ -138,10 +138,10 @@ public :
   QString projectPath;\r
   QString projectName;\r
   QString projectFile; // equals to projectPath/projectName.xml\r
-  bool autoConnMainClk; // true if auto-connection to main clock (i.e. ext_clk)\r
-  QList<double> clocks; // clocks[0] is the main clock.\r
+  bool autoConnMainClk; // true if auto-connection to main clock (i.e. ext_clk) \r
+  double mainClock; // main clock freq (reported in graph->clocks(0))\r
 \r
-  Graph* createGraph(bool createTopGroupIfaces = true);\r
+  Graph* initGraph(bool createTopGroupIfaces = true);\r
   void destroyGraph();\r
   inline Graph* getGraph() { return graph; }  \r
   ReferenceBlock* getReferenceBlock(int idCategory, int idBlock); // get the reference block from its category and index\r