URL
https://opencores.org/ocsvn/spacewire_light/spacewire_light/trunk
Go to most recent revision |
Show entire file |
Details |
Blame |
View Log
Rev 3 |
Rev 4 |
Line 114... |
Line 114... |
|
|
-- High if the received character is EOP or EEP, low if it is a data
|
-- High if the received character is EOP or EEP, low if it is a data
|
-- byte. Valid when "rxchar" is high.
|
-- byte. Valid when "rxchar" is high.
|
rxflag: std_logic;
|
rxflag: std_logic;
|
|
|
|
|
-- Received byte, or "00000000" for EOP or "00000001" for EEP.
|
-- Received byte, or "00000000" for EOP or "00000001" for EEP.
|
-- Valid when "rxchar" is high.
|
-- Valid when "rxchar" is high.
|
rxdata: std_logic_vector(7 downto 0);
|
rxdata: std_logic_vector(7 downto 0);
|
end record;
|
end record;
|
|
|
© copyright 1999-2025
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.