mirror of https://github.com/YosysHQ/yosys.git
parent
ca70a1049f
commit
d22888ce74
|
@ -179,6 +179,9 @@ wire_options:
|
||||||
wire_options TOK_WIDTH TOK_INT {
|
wire_options TOK_WIDTH TOK_INT {
|
||||||
current_wire->width = $3;
|
current_wire->width = $3;
|
||||||
} |
|
} |
|
||||||
|
wire_options TOK_WIDTH TOK_INVALID {
|
||||||
|
rtlil_frontend_ilang_yyerror("ilang error: invalid wire width");
|
||||||
|
} |
|
||||||
wire_options TOK_UPTO {
|
wire_options TOK_UPTO {
|
||||||
current_wire->upto = true;
|
current_wire->upto = true;
|
||||||
} |
|
} |
|
||||||
|
|
Loading…
Reference in New Issue