subDesTagesMitExtraKaese преди 4 години
родител
ревизия
bafae5c663
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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);