mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-06 22:23:23 +00:00
make lexer/parser aware of wand/wor net types
This commit is contained in:
parent
ca46947354
commit
9df04d7e75
3 changed files with 10 additions and 2 deletions
|
@ -218,6 +218,8 @@ YOSYS_NAMESPACE_END
|
|||
"output" { return TOK_OUTPUT; }
|
||||
"inout" { return TOK_INOUT; }
|
||||
"wire" { return TOK_WIRE; }
|
||||
"wor" { return TOK_WOR; }
|
||||
"wand" { return TOK_WAND; }
|
||||
"reg" { return TOK_REG; }
|
||||
"integer" { return TOK_INTEGER; }
|
||||
"signed" { return TOK_SIGNED; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue