PoC.bus.stream.Source

Todo

No documentation available.

Entity Declaration:

 1  generic (
 2    TESTCASES         : T_SIM_STREAM_FRAMEGROUP_VECTOR_8
 3  );
 4  port (
 5    Clock             : in  std_logic;
 6    Reset             : in  std_logic;
 7    -- Control interface
 8    Enable            : in  std_logic;
 9    -- OUT Port
10    Out_Valid         : out std_logic;
11    Out_Data          : out T_SLV_8;
12    Out_SOF           : out std_logic;
13    Out_EOF           : out std_logic;
14    Out_Ack           : in  std_logic
15  );
16end entity;