mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-06 22:23:23 +00:00
Merge pull request #2179 from splhack/static-cast
Support SystemVerilog Static Cast
This commit is contained in:
commit
8ce4f8790e
11 changed files with 135 additions and 0 deletions
|
@ -517,6 +517,8 @@ import[ \t\r\n]+\"(DPI|DPI-C)\"[ \t\r\n]+function[ \t\r\n]+ {
|
|||
"<<<" { return OP_SSHL; }
|
||||
">>>" { return OP_SSHR; }
|
||||
|
||||
"'" { return OP_CAST; }
|
||||
|
||||
"::" { return TOK_PACKAGESEP; }
|
||||
"++" { return TOK_INCREMENT; }
|
||||
"--" { return TOK_DECREMENT; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue