题解 | #多位信号#

多位信号

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

全部评论

相关推荐

评论
点赞
收藏
分享

创作者周榜

更多
牛客网
牛客网在线编程
牛客网题解
牛客企业服务