Skip to content

Support tagging of generated SystemVerilog begin and end #146

@mkorbel1

Description

@mkorbel1

Motivation

Some users have extra preferences about the readability of generated SystemVerilog for their applications. It would be nice to use the tagging mechanism for if, case, etc. in SV to help along those lines.

Desired solution

Every ‘begin’ should have the ability to add a name for it.

if (a) begin : if_name
   .
   .
end else begin : else_name
   .
   .
end // if_name

This should be simple to add to things like Iff, ElseIf, Else, as well as If and Case.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions