题解 | #NOR 门#
NOR 门
https://www.nowcoder.com/practice/a00be15357154842b7974da0932dcb60
`timescale 1ns/1ns
module top_module(
input a,
input b,
output c,
output d);
assign c=~(a|b);
assign d=a|b;
endmodule
NOR 门
https://www.nowcoder.com/practice/a00be15357154842b7974da0932dcb60
`timescale 1ns/1ns
module top_module(
input a,
input b,
output c,
output d);
assign c=~(a|b);
assign d=a|b;
endmodule
相关推荐
那场寒冬:字节入职后完全看组有没有hc,暑假实习只是一个名字
allin秋招的秋田...:工作了就会发现熬资历和论资排辈是好事情,扁平化年轻化是不好的事情。 如果太年轻化,部门领导比你大十岁,一堆骨干员工比你大五六岁,你能升的上去? 等你40岁了,你部门领导可还没退休呢。