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

Subversion Repositories uart2bus

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /uart2bus/trunk/vhdl
    from Rev 6 to Rev 10
    Reverse comparison

Rev 6 → Rev 10

/rtl/uartRx.vhd
60,7 → 60,7
elsif (rising_edge(clk)) then
if ((rxBusy = '0') and (ce1Mid = '1')) then
rxBusy <= '1';
elsif ((rxBusy = '1') and (bitCount = "1001") and (ce1 = '1')) then
elsif ((rxBusy = '1') and (bitCount = "1000") and (ce1 = '1')) then
rxBusy <= '0';
end if;
end if;
/rtl/uartTx.vhd
46,7 → 46,7
elsif (rising_edge(clk)) then
if ((iTxBusy = '0') and (newTxData = '1')) then
iTxBusy <= '1';
elsif ((iTxBusy = '1') and (bitCount = "1010") and (ce1 = '1')) then
elsif ((iTxBusy = '1') and (bitCount = "1001") and (ce1 = '1')) then
iTxBusy <= '0';
end if;
end if;

powered by: WebSVN 2.1.0

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