From 9032c8d7b96508245f6cbdfcc1e4c3e3c941d1a3 Mon Sep 17 00:00:00 2001 From: hadeshyp Date: Thu, 2 Aug 2007 14:18:38 +0000 Subject: [PATCH] changes to trb_net_passive_api.vhd, Jan --- trb_net_passive_api.vhd | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/trb_net_passive_api.vhd b/trb_net_passive_api.vhd index dfceb1b..048f23f 100644 --- a/trb_net_passive_api.vhd +++ b/trb_net_passive_api.vhd @@ -76,9 +76,9 @@ entity trb_net_passive_api is STAT_FIFO_TO_APL: out std_logic_vector(31 downto 0) -- not needed now, but later ); -end trb_net_active_api; +end trb_net_passive_api; -architecture trb_net_active_api_arch of trb_net_active_api is +architecture trb_net_passive_api_arch of trb_net_passive_api is component trb_net_base_api is generic (API_TYPE : integer := 0; -- type of api: 0 passive, 1 active @@ -146,7 +146,7 @@ architecture trb_net_active_api_arch of trb_net_active_api is begin - ACTIVE_API: trb_net_base_api + PASSIVE_API: trb_net_base_api generic map ( API_TYPE => 0, FIFO_TO_INT_DEPTH => FIFO_TO_INT_DEPTH, @@ -200,4 +200,4 @@ begin -- not needed now, but later ); -end trb_net_active_api_arch; +end trb_net_passive_api_arch; -- 2.43.0