Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

randcase not indenting correctly #1072

Closed
veripoolbot opened this issue Jul 7, 2016 · 1 comment
Closed

randcase not indenting correctly #1072

veripoolbot opened this issue Jul 7, 2016 · 1 comment
Assignees
Labels

Comments

@veripoolbot
Copy link
Collaborator


Author Name: David Rogoff
Original Redmine Issue: 1072 from https://www.veripool.org
Original Date: 2016-07-07
Original Assignee: Wilson Snyder (@wsnyder)


Hi.

Just found this. Also downloaded latest verilog-mode.el to make sure it's still an issue:

module aa;

    int a,b,c;

    initial begin
       randcase
         10 : begin
            a = 1;
         end
       15 : begin
          b = 0;
          c = 5;
       end
    endcase // randcase

    end // initial begin

endmodule // a

@veripoolbot
Copy link
Collaborator Author


Original Redmine Comment
Author Name: Wilson Snyder (@wsnyder)
Original Date: 2016-07-24T12:09:26Z


Fixed in verilog-mode-2016-07-24-99e2596-vpo.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants