diff --git a/Processeur.srcs/sources_1/new/font.vhd b/Processeur.srcs/sources_1/new/font.vhd index af55a70..4434cc1 100644 --- a/Processeur.srcs/sources_1/new/font.vhd +++ b/Processeur.srcs/sources_1/new/font.vhd @@ -6,6 +6,6 @@ package font is constant font_width : natural := 8; constant font_height : natural := 8; - type font_T is array (0 to font_height - 1, 0 to font_width - 1) of STD_LOGIC; + type font_T is array (0 to font_height - 1, font_width - 1 downto 0) of STD_LOGIC; end package; \ No newline at end of file diff --git a/Processeur.xpr b/Processeur.xpr index 9933975..2b76be3 100644 --- a/Processeur.xpr +++ b/Processeur.xpr @@ -1,9 +1,9 @@ - + - + - + @@ -356,6 +360,9 @@ + + @@ -364,14 +371,16 @@ - + + + - + @@ -384,7 +393,10 @@ + + +