Skip to content

default disable iff is unsupported #1015

Open
@Fuhj-better

Description

@Fuhj-better

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions