10 In this task you should write vhdl code by using quartus…

Question Answered step-by-step 10 In this task you should write vhdl code by using quartus… 10In this task you should write vhdl code by using quartus program, you should design an entity with 3 inputs:a : std_logicb : std_logicselection : std_logic_vector(1 downto 0)and 1 output:y : std_logicThe output should be:a and b when selection = “00”a or b when selection = “01”a xor b when selection = “10”0 when others Engineering & Technology Computer Science Share QuestionEmailCopy link Comments (0)