题解 | #多位信号#

多位信号

https://www.nowcoder.com/practice/2df35378ad06477eb3c1fcba16c78709

`timescale 1ns/1ns

module top_module(
    input [2:0] in,
    output a,b,c
    
);
    assign a = in[2];
    assign b = in[1];
    assign c = in[0];
endmodule

全部评论

相关推荐

昨天 22:26
已编辑
杭州电子科技大学 Java
点赞 评论 收藏
分享
头像
2024-12-14 23:12
携程_移动安全研发
点赞 评论 收藏
分享
评论
点赞
收藏
分享

创作者周榜

更多
牛客网
牛客企业服务