summaryrefslogtreecommitdiffstats
path: root/src/uscxml/transform/ChartToVHDL.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/uscxml/transform/ChartToVHDL.h')
-rw-r--r--src/uscxml/transform/ChartToVHDL.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/uscxml/transform/ChartToVHDL.h b/src/uscxml/transform/ChartToVHDL.h
index a63cba2..0435d55 100644
--- a/src/uscxml/transform/ChartToVHDL.h
+++ b/src/uscxml/transform/ChartToVHDL.h
@@ -183,6 +183,8 @@ protected:
void writeActiveStateNplusOne(std::ostream & stream);
void writeDefaultCompletions(std::ostream & stream);
void writeCompleteEntrySet(std::ostream & stream);
+ void writeSpontaneousHandler(std::ostream & stream);
+
void writeTestbench(std::ostream & stream);