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

Subversion Repositories rise

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /
    from Rev 134 to Rev 135
    Reverse comparison

Rev 134 → Rev 135

/trunk/vhdl/dmem.vhd
145,6 → 145,7
mem_addr <= (others => '0');
mem_data_in <= (others => '0');
mem_wr_enable <= '0';
uart_address <= (others => '0');
 
uart_wr <= '0';
uart_wr_data <= (others => '0');
157,7 → 158,8
-- accessing UART
 
uart_address <= addr (1 downto 0);
if wr_enable = '1' then
if wr_enable = '1' then
uart_wr <= '1';
uart_wr_data <= data_in;
else

powered by: WebSVN 2.1.0

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