summaryrefslogtreecommitdiffstats
path: root/src/vhd2vl.l
diff options
context:
space:
mode:
Diffstat (limited to 'src/vhd2vl.l')
-rw-r--r--src/vhd2vl.l2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/vhd2vl.l b/src/vhd2vl.l
index d5c2ad1..71f87a9 100644
--- a/src/vhd2vl.l
+++ b/src/vhd2vl.l
@@ -66,6 +66,8 @@ void getbasedstring(unsigned skip);
"\x0d\n" |
\n { lineno++;}
+"entity ".*\. {; /* to remove entity instantiation */}
+
"entity" { return ENTITY; }
"is" { return IS; }
"port" { return PORT; }
OpenPOWER on IntegriCloud