df6d296fa87770ec1eae3a2f61c48230aa26bdcd
Stefan Schuermans added cycle counter peripheral

Stefan Schuermans authored 12 years ago

1) LIBRARY IEEE;
2) USE IEEE.STD_LOGIC_1164.ALL;
3) USE IEEE.NUMERIC_STD.ALL;
4) 
5) ENTITY e_io_cyc_cnt IS
6)     PORT (
Stefan Schuermans implemented LCD peripheral

Stefan Schuermans authored 12 years ago

7)         rst:       IN  std_logic;
8)         clk:       IN  std_logic;
9)         o_rd_data: OUT std_logic_vector(31 DOWNTO 0);
10)         i_wr_data: IN  std_logic_vector(31 DOWNTO 0);
11)         i_wr_en:   IN  std_logic