OpenCores
URL https://opencores.org/ocsvn/pcie_ds_dma/pcie_ds_dma/trunk

Subversion Repositories pcie_ds_dma

[/] [pcie_ds_dma/] [trunk/] [core/] [wishbone/] [block_test_check/] [block_check_wb_pkg.vhd] - Blame information for rev 2

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 2 dsmv
----------------------------------------------------------------------------------
2
-- Company:         ;)
3
-- Engineer:        Kuzmi4
4
-- 
5
-- Create Date:     17:40:25 05/21/2010 
6
-- Design Name:     
7
-- Module Name:     add_test_check_pkg
8
-- Project Name:    
9
-- Target Devices:  
10
-- Tool versions:   
11
-- Description:     
12
--                  
13
--                  
14
--
15
-- Revision: 
16
-- Revision 0.01 - File Created
17
--
18
----------------------------------------------------------------------------------
19
library IEEE;
20
use IEEE.STD_LOGIC_1164.ALL;
21
 
22
package block_check_wb_pkg is
23
 
24
component block_check_wb_burst_slave
25
port
26
(
27
    --
28
    -- SYS_CON
29
    i_clk : IN STD_LOGIC;
30
    i_rst : IN STD_LOGIC;
31
    --
32
    -- WB BURST SLAVE IF (WRITE-ONLY IF)
33
    iv_wbs_burst_addr   : IN STD_LOGIC_VECTOR(11 DOWNTO 0);
34
    iv_wbs_burst_data   : IN STD_LOGIC_VECTOR(63 DOWNTO 0);
35
    iv_wbs_burst_sel    : IN STD_LOGIC_VECTOR( 7 DOWNTO 0);
36
    i_wbs_burst_we      : IN STD_LOGIC;
37
    i_wbs_burst_cyc     : IN STD_LOGIC;
38
    i_wbs_burst_stb     : IN STD_LOGIC;
39
    iv_wbs_burst_cti    : IN STD_LOGIC_VECTOR( 2 DOWNTO 0);
40
    iv_wbs_burst_bte    : IN STD_LOGIC_VECTOR( 1 DOWNTO 0);
41
 
42
    o_wbs_burst_ack     : OUT STD_LOGIC;
43
    o_wbs_burst_err     : OUT STD_LOGIC;
44
    o_wbs_burst_rty     : OUT STD_LOGIC;
45
    --
46
    -- TEST_CHECK IF (Output data with ENA)
47
    ov_test_check_data      : OUT   STD_LOGIC_VECTOR(63 DOWNTO 0);
48
    o_test_check_data_ena   : OUT   STD_LOGIC;
49
    --
50
    -- TEST_CHECK Controls (WBS_CFG)
51
    iv_control          : IN STD_LOGIC_VECTOR(15 DOWNTO 0)
52
 
53
);
54
end component block_check_wb_burst_slave;
55
 
56
end package block_check_wb_pkg;

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.