3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-05-11 17:54:44 +00:00

fixup! rtlil: enable single-bit vector wires

This commit is contained in:
Emil J. Tywoniak 2025-05-06 16:57:34 +02:00
parent ab112b9b6b
commit a4d23c0847

View file

@ -223,6 +223,7 @@ AstNode::AstNode(AstNodeType type, AstNode *child1, AstNode *child2, AstNode *ch
was_checked = false;
range_valid = false;
range_swapped = false;
is_sbvector = false;
is_custom_type = false;
port_id = 0;
range_left = -1;