1 2 3 4 5 6 7 8 9 10 11
## 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; ```