Skip to content

[ImportVerilog] Support Delay control #8334

@GlowingScrewdriver

Description

@GlowingScrewdriver

The chipsalliance tests for delay control currently fail. For instance:

module always_tb ();
	logic a = 0;
	always #5 a = ~a;
endmodule

It should be possible to support SystemVerilog delay controls by lowering slang::ast::DelayControl to llhd::WaitOp right?

Edit: Realised that it would have to go through Moore dialect first. Not sure what to use there; is it currently doable in Moore?

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