hdlbits-Gates4
Gates4
Build a combinational circuit with four inputs, in[3:0].
There are 3 outputs:
- out_and: output of a 4-input AND gate.
- out_or: output of a 4-input OR gate.
- out_xor: output of a 4-input XOR gate.
solution
1 |
|
hdlbits-Gates4
http://456-xiao.github.io/2024/08/03/hdlbits-Gates4/