题解 | #位运算与逻辑运算#
位运算与逻辑运算
https://www.nowcoder.com/practice/6fd04c2f524c4d898e7c9c16d37ef4b9
`timescale 1ns/1ns module top_module( input [2:0] a, input [2:0] b, output [2:0] c, output d ); assign c=a|b; assign d=a||b; endmodule
位运算与逻辑运算
https://www.nowcoder.com/practice/6fd04c2f524c4d898e7c9c16d37ef4b9
`timescale 1ns/1ns module top_module( input [2:0] a, input [2:0] b, output [2:0] c, output d ); assign c=a|b; assign d=a||b; endmodule
相关推荐
小浪_Coding:你问别人,本来就是有求于人,别人肯定没有义务免费回答你丫, 有点流量每天私信可能都十几,几十条的,大家都有工作和自己的事情, 付费也是正常的, 就像你请别人搭把手, 总得给人家买瓶水喝吧