mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-27 02:45:52 +00:00
Added support for signed parameters in ilang
This commit is contained in:
parent
7eaad2218d
commit
0ef22c7609
3 changed files with 9 additions and 2 deletions
|
@ -39,6 +39,7 @@
|
|||
"module" { return TOK_MODULE; }
|
||||
"attribute" { return TOK_ATTRIBUTE; }
|
||||
"parameter" { return TOK_PARAMETER; }
|
||||
"signed" { return TOK_SIGNED; }
|
||||
"wire" { return TOK_WIRE; }
|
||||
"memory" { return TOK_MEMORY; }
|
||||
"width" { return TOK_WIDTH; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue