URL
https://opencores.org/ocsvn/rio/rio/trunk
[/] [rio/] [trunk/] [rtl/] [vhdl/] [RioCommon.vhd] - Diff between revs 25 and 52
Show entire file |
Details |
Blame |
View Log
Rev 25 |
Rev 52 |
Line 118... |
Line 118... |
constant FTYPE_WRITE_CLASS : std_logic_vector(3 downto 0) := "0101";
|
constant FTYPE_WRITE_CLASS : std_logic_vector(3 downto 0) := "0101";
|
constant FTYPE_STREAMING_WRITE_CLASS : std_logic_vector(3 downto 0) := "0110";
|
constant FTYPE_STREAMING_WRITE_CLASS : std_logic_vector(3 downto 0) := "0110";
|
constant FTYPE_MAINTENANCE_CLASS : std_logic_vector(3 downto 0) := "1000";
|
constant FTYPE_MAINTENANCE_CLASS : std_logic_vector(3 downto 0) := "1000";
|
constant FTYPE_RESPONSE_CLASS : std_logic_vector(3 downto 0) := "1101";
|
constant FTYPE_RESPONSE_CLASS : std_logic_vector(3 downto 0) := "1101";
|
constant FTYPE_DOORBELL_CLASS : std_logic_vector(3 downto 0) := "1010";
|
constant FTYPE_DOORBELL_CLASS : std_logic_vector(3 downto 0) := "1010";
|
constant FTYPE_MESSAGE_CLASS : std_logic_vector(3 downto 0) := "0010";
|
constant FTYPE_MESSAGE_CLASS : std_logic_vector(3 downto 0) := "1011";
|
|
|
-- TTYPE Constants
|
-- TTYPE Constants
|
constant TTYPE_MAINTENANCE_READ_REQUEST : std_logic_vector(3 downto 0) := "0000";
|
constant TTYPE_MAINTENANCE_READ_REQUEST : std_logic_vector(3 downto 0) := "0000";
|
constant TTYPE_MAINTENANCE_WRITE_REQUEST : std_logic_vector(3 downto 0) := "0001";
|
constant TTYPE_MAINTENANCE_WRITE_REQUEST : std_logic_vector(3 downto 0) := "0001";
|
constant TTYPE_MAINTENANCE_READ_RESPONSE : std_logic_vector(3 downto 0) := "0010";
|
constant TTYPE_MAINTENANCE_READ_RESPONSE : std_logic_vector(3 downto 0) := "0010";
|
© copyright 1999-2024
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.