aboutsummaryrefslogtreecommitdiffstats
path: root/frontends/rtlil/rtlil_lexer.l
diff options
context:
space:
mode:
Diffstat (limited to 'frontends/rtlil/rtlil_lexer.l')
-rw-r--r--frontends/rtlil/rtlil_lexer.l1
1 files changed, 1 insertions, 0 deletions
diff --git a/frontends/rtlil/rtlil_lexer.l b/frontends/rtlil/rtlil_lexer.l
index beef220f6..897ebf667 100644
--- a/frontends/rtlil/rtlil_lexer.l
+++ b/frontends/rtlil/rtlil_lexer.l
@@ -79,6 +79,7 @@ USING_YOSYS_NAMESPACE
"global" { return TOK_GLOBAL; }
"init" { return TOK_INIT; }
"update" { return TOK_UPDATE; }
+"memwr" { return TOK_MEMWR; }
"process" { return TOK_PROCESS; }
"end" { return TOK_END; }