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

Subversion Repositories ion

[/] [ion/] [trunk/] [vhdl/] [SoC/] [uart.vhdl] - Diff between revs 215 and 218

Go to most recent revision | Show entire file | Details | Blame | View Log

Rev 215 Rev 218
Line 264... Line 264...
    status      when others;
    status      when others;
 
 
 
 
load_tx_reg <= '1' when wr_i = '1' and ce_i = '1' and addr_wr_i = "00" else '0';
load_tx_reg <= '1' when wr_i = '1' and ce_i = '1' and addr_wr_i = "00" else '0';
load_stat_reg <= '1' when wr_i = '1' and ce_i = '1' and addr_wr_i = "01" else '0';
load_stat_reg <= '1' when wr_i = '1' and ce_i = '1' and addr_wr_i = "01" else '0';
read_rx <= '1' when rd_i = '1' and ce_i = '1' else '0';
read_rx <= '1' when rd_i = '1' and ce_i = '1' and addr_rd_i = "00" else '0';
 
 
rx_irq <= set_rx_rdy_flag;
rx_irq <= set_rx_rdy_flag;
 
 
irq_o <= rx_irq or tx_irq;
irq_o <= rx_irq or tx_irq;
 
 

powered by: WebSVN 2.1.0

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