hdlbits-Gates100
Gates100
Build a combinational circuit with 100 inputs, in[99:0].
There are 3 outputs:
- out_and: output of a 100-input AND gate.
- out_or: output of a 100-input OR gate.
- out_xor: output of a 100-input XOR gate.
Hint
The reduction operators will be useful here.
solution
1 |
|
hdlbits-Gates100
http://456-xiao.github.io/2024/08/25/hdlbits-Gates100/