We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 35a3c3c + 3c86f71 commit 24755e3Copy full SHA for 24755e3
systemverilog-plugin/UhdmAst.cc
@@ -521,6 +521,8 @@ static void convert_packed_unpacked_range(AST::AstNode *wire_node)
521
if (packed_ranges.empty() && unpacked_ranges.empty()) {
522
wire_node->attributes.erase(UhdmAst::packed_ranges());
523
wire_node->attributes.erase(UhdmAst::unpacked_ranges());
524
+ wire_node->range_left = 0;
525
+ wire_node->range_right = 0;
526
wire_node->range_valid = true;
527
return;
528
}
0 commit comments