VHDL
New Contributor
4 years agoVHDL simulation using modelsim software
Dear Technical team,
Developed test program for switch IC using VHDL and simulated with modelsim software. Result is in the 'Z' state .
Kindly support me to solve this issue..
please find the below for VHDL model of switch IC ,
LIBRARY IEEE;
USE IEEE.STD_LOGIC_1164.ALL;
ENTITY EN_DG221 IS
PORT (
lblEN : IN STD_LOGIC;
lblA1 : INOUT STD_LOGIC;
lblY1 : INOUT STD_LOGIC
);
END EN_DG221;
ARCHITECTURE ARCH_EN_DG221 OF EN_DG221 IS
BEGIN
lblY1<= lblA1 when lblEN ='0' else 'Z';
END;
--
Regards,
Kalidasan G,
IC Model development Team,