Skip to content

The output port names in the test differ from the prompt and reference code requirements in task 99 (m2014_q6c) #13

Open
@y-kimmy

Description

@y-kimmy

RefModule good1 (
.y,
.w,
.Y2(Y2_ref),
.Y4(Y4_ref) );
TopModule top_module1 (
.y,
.w,
.Y2(Y2_dut),
.Y4(Y4_dut) );

The output port names are Y2 and Y4, not Y1 and Y3, so even if the solution code is provided, it cannot be compiled due to a compile error. Please check.

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