Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
alaindargelas committed Dec 8, 2023
1 parent 556928d commit d6ebbfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontends/systemverilog/uhdm_ast.cc
Original file line number Diff line number Diff line change
Expand Up @@ -4194,7 +4194,7 @@ void UhdmAst::process_indexed_part_select()
{
current_node = make_ast_node(AST::AST_IDENTIFIER);
AST::AstNode *range_node = make_node(AST::AST_RANGE);

AST::AstNode *width = nullptr;
visit_one_to_one({vpiWidthExpr}, obj_h, [&](AST::AstNode *node) { width = node; });

Expand Down

0 comments on commit d6ebbfb

Please sign in to comment.