subDesTagesMitExtraKaese 3 lat temu
rodzic
commit
bafae5c663
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      myfirst_niosii.vhd

+ 1 - 1
myfirst_niosii.vhd

@@ -19,7 +19,7 @@ entity myfirst_niosii is port (
 	lcd_16207_ext_E              : out   std_logic 
 );
 
-	-- the state of the LEDs is stored in a 7 x 12 bit matrix
+	-- the state of the LEDs is stored in a 8 x 12 bit matrix
 	-- the outer index represents the coulumn ID and the std_logic index represents the row ID
 	type matrix_t is array(integer range 0 to 7) of std_logic_vector(11 downto 0);