10100
10100
USE ieee.std_logic_1164.ALL;
ENTITY 10100_tb IS
END 10100_tb;
COMPONENT 10100
PORT(
clk : IN std_logic;
reset : IN std_logic;
din : IN std_logic;
);
END COMPONENT;
--Inputs
--Outputs
BEGIN
);
clk_process : process
begin
end process;
-- Stimulus process
stim_proc: process
begin
reset <= '1';
end process;
END behavior;
library IEEE;
use IEEE.STD_LOGIC_1164.ALL;
entity 10100 is
reset : in STD_LOGIC;
din : in STD_LOGIC;
end 10100;
begin
begin
case state is
when S0 =>
else
end if;
when S1 =>
else
end if;
when S2 =>
else
end if;
when S3 =>
else
end if;
when S4 =>
else
end if;
end case;
end if;
end process;
end Behavioral;