We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Is it still not possible to support this kind of syntax?
Thank you!
The text was updated successfully, but these errors were encountered: