## 7 Segments display ```vhdl entity display is port { clk_fpga : in STD_LOGIC; reset : in STD_LOGIC; aff : out STD_LOGIC_VECTOR{7 downto 0}; }; end display; ```