subDesTagesMitExtraKaese 3 년 전
부모
커밋
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);