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
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,
-- not needed now, but later
);
-end trb_net_active_api_arch;
+end trb_net_passive_api_arch;