3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-26 18:45:34 +00:00

Further improved and extended xsthammer

This commit is contained in:
Clifford Wolf 2013-06-11 19:49:35 +02:00
parent 8ce99fa686
commit 4b311b7b99
7 changed files with 231 additions and 142 deletions

View file

@ -234,6 +234,7 @@ supply1 { return TOK_SUPPLY1; }
">=" { return OP_GE; }
"===" { return OP_EQ; }
"!==" { return OP_NE; }
/* "~&" { return OP_NAND; } */
/* "~|" { return OP_NOR; } */