We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 452a0af commit 8c65d7fCopy full SHA for 8c65d7f
libs/libvqm/vqm_parser.l
@@ -38,6 +38,7 @@
38
39
%%
40
^[ \t]*\/\/[^\n\r]*(\n|\r\n) /* skip one-line comments */
41
+^[ \t]*\(\*[^\n\r]*\*\) /* skip synthesis attributes and directives */
42
[ \t]+ /* skip white spaces */
43
! /* skip the logical operator ! applied on the input ports of the lut - this results in lut mask not being valid anoymore */
44
(\n|\r\n) /* skip empty lines */
0 commit comments