warning !!!! -------------------- cpt_max_val is the last value -- allowed (ie the addr) -- consequently for 2048 sample the-- last value is 2047 since 0 is --
an valid offset --
Generics
Generic name
Type
Value
Description
ACCUM_SIZE
natural
32
DATA_SIZE
natural
14
ADDR_SIZE
natural
10
DFLT_START_OFFSET
natural
500
DFLT_STOP_OFFSET
natural
1024
DFLT_LIMIT
natural
10000
id
natural
1
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
s00_axi_reset
in
std_logic
s00_axi_awaddr
in
std_logic_vector(C_S00_AXI_ADDR_WIDTH-1 downto 0)
Wishbone signals
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);