m2014-q4e

Implement the following circuit:

Exams_m2014q4e

solution

1
2
3
4
5
6
module top_module (
input in1,
input in2,
output out);
assign out = ~ (in1 | in2);
endmodule

m2014-q4e
http://456-xiao.github.io/2024/09/07/m2014-q4e/
作者
xyh
发布于
2024年9月7日
许可协议