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 2a7e1fc commit 9d31a4aCopy full SHA for 9d31a4a
libs/libvqm/vqm_parser.l
@@ -39,6 +39,7 @@
39
%%
40
^[ \t]*\/\/[^\n\r]*(\n|\r\n) /* skip one-line comments */
41
[ \t]+ /* skip white spaces */
42
+! /* skip the logical operator ! applied on the input ports of the lut - this results in lut mask not being valid anoymore */
43
(\n|\r\n) /* skip empty lines */
44
module return TOKEN_MODULE;
45
endmodule return TOKEN_ENDMODULE;
0 commit comments