Entity: mean_vector_axi

Diagram

natural id natural MAX_NB_ACCUM natural DATA_SIZE natural ADDR_SIZE integer C_S00_AXI_DATA_WIDTH integer C_S00_AXI_ADDR_WIDTH std_logic s00_axi_aclk std_logic s00_axi_reset std_logic_vector(C_S00_AXI_ADDR_WIDTH-1 downto 0) s00_axi_awaddr std_logic s00_axi_awvalid std_logic_vector(C_S00_AXI_DATA_WIDTH-1 downto 0) s00_axi_wdata std_logic s00_axi_wvalid std_logic s00_axi_bready std_logic_vector(C_S00_AXI_ADDR_WIDTH-1 downto 0) s00_axi_araddr std_logic s00_axi_arvalid std_logic s00_axi_rready std_logic_vector(DATA_SIZE-1 downto 0) data_i_i std_logic_vector(DATA_SIZE-1 downto 0) data_q_i std_logic data_en_i std_logic data_eof_i std_logic data_rst_i std_logic data_clk_i std_logic s00_axi_awready std_logic s00_axi_wready std_logic_vector(1 downto 0) s00_axi_bresp std_logic s00_axi_bvalid std_logic s00_axi_arready std_logic_vector(C_S00_AXI_DATA_WIDTH-1 downto 0) s00_axi_rdata std_logic_vector(1 downto 0) s00_axi_rresp std_logic s00_axi_rvalid std_logic_vector(DATA_SIZE-1 downto 0) data_q_o std_logic_vector(DATA_SIZE-1 downto 0) data_i_o std_logic data_en_o std_logic data_eof_o std_logic data_rst_o std_logic data_clk_o

Description


(c) Copyright: OscillatorIMP Digital Author : Gwenhael Goavec-Merougwenhael.goavec-merou@trabucayre.com

2013-2019

Generics

Generic name Type Value Description
id natural 1
MAX_NB_ACCUM natural 1024
DATA_SIZE natural 14
ADDR_SIZE natural 10
C_S00_AXI_DATA_WIDTH integer 32 Parameters of Axi Slave Bus Interface S00_AXI
C_S00_AXI_ADDR_WIDTH integer 4

Ports

Port name Direction Type Description
s00_axi_aclk in std_logic Wishbone signals
s00_axi_reset in std_logic
s00_axi_awaddr in std_logic_vector(C_S00_AXI_ADDR_WIDTH-1 downto 0)
s00_axi_awvalid in std_logic 00_axi_awprot : in std_logic_vector(2 downto 0);
s00_axi_awready out std_logic
s00_axi_wdata in std_logic_vector(C_S00_AXI_DATA_WIDTH-1 downto 0)
s00_axi_wvalid in std_logic 00_axi_wstrb : in std_logic_vector((C_S00_AXI_DATA_WIDTH/8)-1 downto 0);
s00_axi_wready out std_logic
s00_axi_bresp out std_logic_vector(1 downto 0)
s00_axi_bvalid out std_logic
s00_axi_bready in std_logic
s00_axi_araddr in std_logic_vector(C_S00_AXI_ADDR_WIDTH-1 downto 0)
s00_axi_arvalid in std_logic 00_axi_arprot : in std_logic_vector(2 downto 0);
s00_axi_arready out std_logic
s00_axi_rdata out std_logic_vector(C_S00_AXI_DATA_WIDTH-1 downto 0)
s00_axi_rresp out std_logic_vector(1 downto 0)
s00_axi_rvalid out std_logic
s00_axi_rready in std_logic
data_i_i in std_logic_vector(DATA_SIZE-1 downto 0) input
data_q_i in std_logic_vector(DATA_SIZE-1 downto 0)
data_en_i in std_logic
data_eof_i in std_logic
data_rst_i in std_logic
data_clk_i in std_logic
data_q_o out std_logic_vector(DATA_SIZE-1 downto 0) output
data_i_o out std_logic_vector(DATA_SIZE-1 downto 0)
data_en_o out std_logic
data_eof_o out std_logic
data_rst_o out std_logic
data_clk_o out std_logic

Signals

Name Type Description
nb_iter_s std_logic_vector(ACCUM_SIZE-1 downto 0)
nb_iter_sync_s std_logic_vector(ACCUM_SIZE-1 downto 0)
shift_val_s std_logic_vector(SHIFT_SIZE-1 downto 0)
shift_val_sync_s std_logic_vector(SHIFT_SIZE-1 downto 0)
addr_s std_logic_vector(1 downto 0) comm
write_en_s std_logic
read_en_s std_logic

Constants

Name Type Value Description
ACCUM_SIZE natural natural(ceil(log2(real(MAX_NB_ACCUM))))
SHIFT_SIZE natural natural(ceil(log2(real(ACCUM_SIZE)))) we need to describe the shift size divide by 1024 is >> 10 => 10 must be used with 2^4 = 16

Instantiations

Description
synchro --

Description

Description
Instantiation of Axi Bus Interface S00_AXI