题解 | #多位信号xnor#

多位信号xnor

https://www.nowcoder.com/practice/aa21227e7bf6409e818b01ea21a44c2b

`timescale 1ns/1ns

module top_module(
    input a, b, c, d, e,
	output [24:0] out
);

    wire [24:0] tmp1;
    wire [24:0] tmp2;
    assign tmp1 = {{5{a}}, {5{b}}, {5{c}}, {5{d}}, {5{e}}};
    assign tmp2 = {{5{a, b, c, d, e}}};

    assign out = tmp1 ~^ tmp2;
endmodule

全部评论

相关推荐

03-13 16:51
已编辑
门头沟学院 硬件开发
点赞 评论 收藏
分享
豆泥🍀:同26届,加油,我也还没找到查看图片
点赞 评论 收藏
分享
评论
点赞
收藏
分享

创作者周榜

更多
牛客网
牛客企业服务