X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/blast.git/blobdiff_plain/4327c2b8817b627249d98d889835726217c81a4e..bc5d59217a24b25c1b913bec4a41dd026d02720c:/Graph.h?ds=sidebyside diff --git a/Graph.h b/Graph.h index d5b15a9..bbd7eb2 100644 --- a/Graph.h +++ b/Graph.h @@ -65,6 +65,7 @@ public: void computeOutputPatterns(int nbExec) throw(Exception); void generateVHDL(const QString& path) throw(Exception); + void generateTestbench(const QString& projectName, const QString& benchFile) throw(Exception); private: GroupBlock* topGroup;