summaryrefslogtreecommitdiffstats
path: root/src/vhd2vl.l
diff options
context:
space:
mode:
Diffstat (limited to 'src/vhd2vl.l')
-rw-r--r--src/vhd2vl.l1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/vhd2vl.l b/src/vhd2vl.l
index 4253fd4..d2cda55 100644
--- a/src/vhd2vl.l
+++ b/src/vhd2vl.l
@@ -114,6 +114,7 @@ void getbasedstring(unsigned skip);
"then" { return THEN; }
"elsif" { return ELSIF; }
"else" { return ELSE; }
+"while" { return WHILE; }
"case" { return CASE; }
"after" { return AFTER; }
"and" { return AND; }
OpenPOWER on IntegriCloud