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

Subversion Repositories spacewire_light

[/] [spacewire_light/] [trunk/] [rtl/] [vhdl/] [spwpkg.vhd] - Diff between revs 3 and 4

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;
 
 

powered by: WebSVN 2.1.0

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