Entity: vc_axis

Diagram

axi_stream_master_t m_axis axi_stream_slave_t s_axis natural data_width natural fifo_depth std_logic clk std_logic rstn

Description

This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.

Copyright (c) 2014-2021, Lars Asplund lars.anders.asplund@gmail.com

Generics

Generic name Type Value Description
m_axis axi_stream_master_t
s_axis axi_stream_slave_t
data_width natural 32
fifo_depth natural 4

Ports

Port name Direction Type Description
clk in std_logic
rstn in std_logic

Signals

Name Type Description
m_valid std_logic
m_ready std_logic
m_last std_logic
s_valid std_logic
s_ready std_logic
s_last std_logic
m_data std_logic_vector(data_length(m_axis)-1 downto 0)
s_data std_logic_vector(data_length(m_axis)-1 downto 0)

Instantiations

Description