summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/vhd2vl.l1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/vhd2vl.l b/src/vhd2vl.l
index e7419de..5c88605 100644
--- a/src/vhd2vl.l
+++ b/src/vhd2vl.l
@@ -126,6 +126,7 @@ void getbasedstring(unsigned skip);
"falling_edge" { return NEGEDGE;}
"resize" { return CONVFUNC_2;}
"to_unsigned" { return CONVFUNC_2;}
+"to_integer" |
"conv_integer" { return CONVFUNC_1;}
"left" { return LEFT;}
"high" { return LEFT;}
OpenPOWER on IntegriCloud