Menu

#321 Source Format Bug

v1.0_(example)
closed
nobody
None
5
2014-08-19
2014-03-31
No

SVEditor ver. 1.5.4 Source Format (Ctrl+Shift+F) doesn't format the following code well:
module t;
parameter a = 0;
generate
if(a == 0) begin:g1
// ...
end

if(a == 1) begin:g2
    // ...
end
endgenerate

endmodule

The second "if" is indented incorrectly. Please fix it.

1 Attachments

Discussion

  • StevenAZ

    StevenAZ - 2014-08-19
    • status: open --> closed
     
  • StevenAZ

    StevenAZ - 2014-08-19

    Fixed in 1.5.7

     

Log in to post a comment.