Menu

#461 Parser: expect ## not expected

v1.0_(example)
closed-fixed
nobody
None
5
2017-01-10
2017-01-09
StevenAZ
No

Found in 1.9.1:

~~~~~

module bob ();
logic clk, a_signal;

initial
begin
expect( @(posedge clk) ##[1:50] a_signal ) // Parser error on ##
else begin // Indent error ... else should not be indented
$display("mismatch event");
end // indent error, indent once more
end

endmodule

Discussion

  • StevenAZ

    StevenAZ - 2017-01-10

    Fixed in 1.9.3

     
  • StevenAZ

    StevenAZ - 2017-01-10
    • status: open --> closed-fixed
     

Log in to post a comment.