Skip to content

或非门判题出错 #124

@ReikoOnCloud

Description

@ReikoOnCloud

以下代码将a ~| b写作a |~ b(即a | ~b ),应当判断Wrong Answer。但系统波形图显示正确,却判断为Accept。

module top_module( 
    input a, 
    input b, 
    output out );
	assign out = a |~ b;
endmodule
Image Image

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