题解 | #多位信号#

多位信号

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

`timescale 1ns/1ns

module top_module(
        in  ,
        a   ,
        b   ,
        c
);

input[2:0]  in;

output      a;
output      b;
output      c;

assign  {a,b,c} = in;


endmodule

全部评论

相关推荐

评论
点赞
收藏
分享

创作者周榜

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