Question: Q1) Using a ROM, write a VHDL code that implements the following truth table [10 Marks Inputs Outputs A B Y Y Z 0 0

Q1) Using a ROM, write a VHDL code that implements the following truth table [10 Marks Inputs Outputs A B Y Y Z 0 0 1 1 011 0 1 0 0 0 1 1 0 1 library ieee; use ieee.std_logic_1164.all; use ieee.numeric_std.all; entity ROM is port ); end ROM; architecture rtl of ROM is begin end rtl
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
