Skip to content

default disable iff is unsupported #1015

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

Open
Fuhj-better opened this issue Mar 4, 2025 · 0 comments
Open

default disable iff is unsupported #1015

Fuhj-better opened this issue Mar 4, 2025 · 0 comments

Comments

@Fuhj-better
Copy link

Is it still not possible to support this kind of syntax?

module main(input clock, reset);

  default clocking cb @(posedge clk);
  endclocking
  default disable iff (!reset);

endmodule
Parsing main.sv
Converting
Type-checking Verilog::main
file main.sv line 5: default disable iff is unsupported
CONVERSION ERROR

Thank you!

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

No branches or pull requests

1 participant