From 6123bc563699a536824582f7933f18eeb212d1e6 Mon Sep 17 00:00:00 2001
From: Tomasz Wlostowski <tomasz.wlostowski@cern.ch>
Date: Fri, 10 Jun 2011 10:23:00 +0200
Subject: [PATCH] wishbone_pkg: added Wishbone bus array types

---
 modules/wishbone/wishbone_pkg.vhd | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/modules/wishbone/wishbone_pkg.vhd b/modules/wishbone/wishbone_pkg.vhd
index f3e19457..df774e02 100644
--- a/modules/wishbone/wishbone_pkg.vhd
+++ b/modules/wishbone/wishbone_pkg.vhd
@@ -60,5 +60,11 @@ package wishbone_pkg is
       pad_mosi_o : out std_logic;
       pad_miso_i : in  std_logic);
   end component;
+
+  type t_wishbone_master_out_array is array (natural range <>) of t_wishbone_master_out;
+  type t_wishbone_slave_out_array  is array (natural range <>) of t_wishbone_slave_out;
+  type t_wishbone_master_in_array is array (natural range <>) of t_wishbone_master_in;
+  type t_wishbone_slave_in_array  is array (natural range <>) of t_wishbone_slave_in;
+
   
 end wishbone_pkg;
-- 
GitLab