hdlbits-7458
7458
The 7458 is a chip with four AND gates and two OR gates. This problem is slightly more complex than 7420.
Create a module with the same functionality as the 7458 chip. It has 10 inputs and 2 outputs. You may choose to use an assign statement to drive each of the output wires, or you may choose to declare (four) wires for use as intermediate signals, where each internal wire is driven by the output of one of the AND gates. For extra practice, try it both ways.
![7458 7458](/images/7458.png)
Hint
You need to drive two signals (p1y and p2y) with a value.
solution
1 |
|
hdlbits-7458
http://456-xiao.github.io/2024/08/03/hdlbits-7458/