From 0ad8e7fd551e767cfc3e7b1294b6f0a3a550a9d2 Mon Sep 17 00:00:00 2001 From: Faure Paul Date: Wed, 30 Jun 2021 17:18:15 +0200 Subject: [PATCH] Hello world OK, TAF : Add marges, changer interligne, add keyboard --- Processeur.srcs/sources_1/new/font.vhd | 2 +- Processeur.xpr | 26 +++++++++++++++++++------- 2 files changed, 20 insertions(+), 8 deletions(-) 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 @@ + + +