This is a practice question (not a graded assignment) from my Digital Systems lab course. The first part was to create a schematic from 2:4 decoder truth table using only NAND gates. This was done, as you can see, and is correct. Now, we're supposed to write the VHDL code for a module named "2x4_Decoder" that implements the NAND gate schematic using gate terminology and the labels from the schematic, as well as a test bench for it. I'm completely lost. All we've done so far is simple individual gates, nothing with multiple gates or connections (it's our second week in VHDL). If I could see a complete, working example for this, I could probably figure out other implementation configurations. Thank you for your assistance.
This is a practice question (not a graded assignment) from my Digital Systems lab course.
The first part was to create a schematic from 2:4 decoder truth table using only NAND gates. This was done, as you can see, and is correct. Now, we're supposed to write the VHDL code for a module named "2x4_Decoder" that implements the NAND gate schematic using gate terminology and the labels from the schematic, as well as a test bench for it. I'm completely lost. All we've done so far is simple individual gates, nothing with multiple gates or connections (it's our second week in VHDL). If I could see a complete, working example for this, I could probably figure out other implementation configurations.
Thank you for your assistance.
Trending now
This is a popular solution!
Step by step
Solved in 4 steps with 1 images