OpenCores
URL https://opencores.org/ocsvn/yavga/yavga/trunk

Subversion Repositories yavga

[/] [yavga/] [trunk/] [charmaps/] [charmaps_ROM.vhd_tail] - Blame information for rev 35

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 35 sandroamt
    -- AUTOMATICALLY GENERATED... STOP
2
    );
3
 
4
begin
5
  s_EN <= i_EN;
6
 
7
  p_rom : process (i_clock)
8
  begin
9
    if rising_edge(i_clock) then
10
      if s_EN = '1' then
11
        o_DO <= c_rom(conv_integer(i_ADDR));
12
      end if;
13
    end if;
14
  end process p_rom;
15
 
16
end Behavioral;

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.