|
@@ -19,7 +19,7 @@ entity myfirst_niosii is port (
|
|
lcd_16207_ext_E : out std_logic
|
|
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
|
|
-- 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);
|
|
type matrix_t is array(integer range 0 to 7) of std_logic_vector(11 downto 0);
|
|
|
|
|