Commentary

This commit is contained in:
Wilson Snyder 2018-10-11 21:00:29 -04:00
parent 11d4d6562f
commit 08e650a2b4
1 changed files with 1 additions and 1 deletions

View File

@ -302,8 +302,8 @@ class AstSenTree;
%token<fl> yALWAYS_LATCH "always_latch"
%token<fl> yAND "and"
%token<fl> yASSERT "assert"
%token<fl> yASSUME "assume"
%token<fl> yASSIGN "assign"
%token<fl> yASSUME "assume"
%token<fl> yAUTOMATIC "automatic"
%token<fl> yBEGIN "begin"
%token<fl> yBIND "bind"