Simple circuit B (Mt2015 q4b)
2023. 6. 12. 15:20ㆍFPGA/HDLBits
728x90
Problem Statement
Taken from 2015 midterm question 4
Circuit B can be described by the following simulation waveform:
module top_module ( input x, input y, output z );
assign z = x ^~y; //xnor gate
endmodule
'FPGA > HDLBits' 카테고리의 다른 글
Ringer (0) | 2023.06.12 |
---|---|
Combine circuits A and B (Mt2015 q4) (0) | 2023.06.12 |
Simple circuit A (Mt2015 q4a) (0) | 2023.06.12 |
Two-bit equality (Mt2015 eq2) (0) | 2023.06.12 |
Truthtable1 (0) | 2023.06.12 |