PoC.bus.stream.Source
Todo
No documentation available.
Entity Declaration:
1 );
2 port (
3 Clock : in std_logic;
4 Reset : in std_logic;
5 -- Control interface
6 Enable : in std_logic;
7 -- OUT Port
8 Out_Valid : out std_logic;
9 Out_Data : out T_SLV_8;
10 Out_SOF : out std_logic;
11 Out_EOF : out std_logic;
12 Out_Ack : in std_logic
13 );
14end entity;
15
16
17architecture rtl of stream_Source is