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.
1 parent ab3e14f commit 3c86f71Copy full SHA for 3c86f71
systemverilog-plugin/UhdmAst.cc
@@ -511,6 +511,8 @@ static void convert_packed_unpacked_range(AST::AstNode *wire_node)
511
if (packed_ranges.empty() && unpacked_ranges.empty()) {
512
wire_node->attributes.erase(UhdmAst::packed_ranges());
513
wire_node->attributes.erase(UhdmAst::unpacked_ranges());
514
+ wire_node->range_left = 0;
515
+ wire_node->range_right = 0;
516
wire_node->range_valid = true;
517
return;
518
}
0 commit comments