Skip to content

Special instance indentation support #102

Open
@vhda

Description

@vhda

@Lewis could you check how hard it would be to support the following indentation in instances?

  my_module #(
    .PARAM1 (VALUE1),
    .PARAM2 (VALUE2),
    )
    u_my_instance(
      `ifdef TEST
      .port1 (wire1),
      `endif
      .port2 (wire2)
      );

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions