mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-26 10:35:38 +00:00
More fixes for bugs found using xsthammer
This commit is contained in:
parent
b1d39aa865
commit
0c6ffc4c65
5 changed files with 24 additions and 16 deletions
|
@ -236,8 +236,8 @@ supply1 { return TOK_SUPPLY1; }
|
|||
"===" { return OP_EQ; }
|
||||
"!==" { return OP_NE; }
|
||||
|
||||
/* "~&" { return OP_NAND; } */
|
||||
/* "~|" { return OP_NOR; } */
|
||||
"~&" { return OP_NAND; }
|
||||
"~|" { return OP_NOR; }
|
||||
"~^" { return OP_XNOR; }
|
||||
"^~" { return OP_XNOR; }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue