mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-19 20:33:39 +00:00
Added wire->upto flag for signals such as "wire [0:7] x;"
This commit is contained in:
parent
7bd2d1064f
commit
3c45277ee0
6 changed files with 13 additions and 2 deletions
|
@ -602,7 +602,7 @@ public:
|
|||
|
||||
RTLIL::IdString name;
|
||||
int width, start_offset, port_id;
|
||||
bool port_input, port_output;
|
||||
bool port_input, port_output, upto;
|
||||
RTLIL_ATTRIBUTE_MEMBERS
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue