mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-18 20:03:39 +00:00
Implemented indexed part selects
This commit is contained in:
parent
c4c299eb5a
commit
92035fb38e
4 changed files with 19 additions and 3 deletions
|
@ -249,6 +249,9 @@ supply1 { return TOK_SUPPLY1; }
|
|||
"<<<" { return OP_SSHL; }
|
||||
">>>" { return OP_SSHR; }
|
||||
|
||||
"+:" { return TOK_POS_INDEXED; }
|
||||
"-:" { return TOK_NEG_INDEXED; }
|
||||
|
||||
"/*" { BEGIN(COMMENT); }
|
||||
<COMMENT>. /* ignore comment body */
|
||||
<COMMENT>\n /* ignore comment body */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue