Skip to content

Can't ignore the input and output in internal tasks of a module. #1

@xfguo

Description

@xfguo

case

module(
input x,
output y
);

task xxx;
input a;
output b;
endtask

end

The a and b should not be include in testbench.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions