URL
https://opencores.org/ocsvn/uart_block/uart_block/trunk
Go to most recent revision |
Show entire file |
Details |
Blame |
View Log
Rev 12 |
Rev 14 |
Line 85... |
Line 85... |
current_s <= next_s;
|
current_s <= next_s;
|
end if;
|
end if;
|
end process;
|
end process;
|
|
|
-- Process to handle the serial receive
|
-- Process to handle the serial receive
|
process (current_s)
|
process (current_s, serial_in)
|
variable byteReceived : STD_LOGIC_VECTOR ((nBits-1) downto 0);
|
variable byteReceived : STD_LOGIC_VECTOR ((nBits-1) downto 0);
|
begin
|
begin
|
case current_s is
|
case current_s is
|
when rx_idle =>
|
when rx_idle =>
|
data_ready <= '0';
|
data_ready <= '0';
|
© copyright 1999-2025
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.