summaryrefslogtreecommitdiffstats
path: root/src/uscxml/transform/ChartToVHDL.h
diff options
context:
space:
mode:
authorJens Heuschkel <heuschkel@tk.tu-darmstadt.de>2016-11-16 16:41:49 (GMT)
committerJens Heuschkel <heuschkel@tk.tu-darmstadt.de>2016-11-16 16:41:49 (GMT)
commit435ebe5749e76b184b84072e7fde7fa613df727d (patch)
tree9081e41e800b5cf2fa85d41ab184e4f39a9030bc /src/uscxml/transform/ChartToVHDL.h
parent79ed4d99ef8111c48fcc598cb46f5a47d6f8dbaa (diff)
downloaduscxml-435ebe5749e76b184b84072e7fde7fa613df727d.zip
uscxml-435ebe5749e76b184b84072e7fde7fa613df727d.tar.gz
uscxml-435ebe5749e76b184b84072e7fde7fa613df727d.tar.bz2
towards a running VHDL state machine (test144 works yey)
Diffstat (limited to 'src/uscxml/transform/ChartToVHDL.h')
-rw-r--r--src/uscxml/transform/ChartToVHDL.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/uscxml/transform/ChartToVHDL.h b/src/uscxml/transform/ChartToVHDL.h
index 0a58b4e..41f7a09 100644
--- a/src/uscxml/transform/ChartToVHDL.h
+++ b/src/uscxml/transform/ChartToVHDL.h
@@ -143,7 +143,7 @@ public:
}
};
-
+//TODO can we create the macros without IDE errors ?!
#define VLINE VPointer()/new VLine
#define VASSIGN VContainer()/new VAssign
#define VOR VContainer()/new VOr