Mt2015-q4b

Mt2015-q4b

Taken from 2015 midterm question 4

Circuit B can be described by the following simulation waveform:

Mt2015_q4b

solution

1
2
3
module top_module ( input x, input y, output z );
assign z = ~(x^y);
endmodule

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