Skip to content

Must check for module ports without declarations within the module #13

@tmatos

Description

@tmatos

The code below should issue an error:

module invalid(a, b, c);

input a;
output b;

assign b = a;

endmodule

Because of missing declaration of c identifier.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions