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

Mismatched $fatal arguments invalidate containing procedural block #92

Open
povik opened this issue Feb 25, 2025 · 0 comments
Open

Mismatched $fatal arguments invalidate containing procedural block #92

povik opened this issue Feb 25, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@povik
Copy link
Owner

povik commented Feb 25, 2025

The following input isn't handled in the best way:

module top(input clk);
    always @(posedge clk) begin
        // ... long procedure
        $fatal("foo");
    end
endmodule
-- Running command `read_slang repro5.sv' --

1. Executing SLANG frontend.
Top level design units:
    top

repro5.sv:2:5: error: unsynthesizable feature
    always @(posedge clk) begin
    ^
repro5.sv:4:16: warning: finish argument must have value of 0, 1, or 2 [-Wfinish-num]
        $fatal("foo");
               ^~~~~
@povik povik added the bug Something isn't working label Feb 25, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant