题解 | #NOR 门#

NOR 门

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

`timescale 1ns/1ns

module top_module( 
    input a, 
    input b, 
    output c,
    output d);
    assign d=a|b;
    assign c=~d;

endmodule

全部评论

相关推荐

算法丰川祥:实际就两个人给他投,它这么说好显得自己比较抢手
点赞 评论 收藏
分享
09-28 22:01
已编辑
广西科技大学 IT技术支持
合适才能收到offe...:找桌面运维?
点赞 评论 收藏
分享
评论
点赞
收藏
分享

创作者周榜

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