]> jspc29.x-matter.uni-frankfurt.de Git - trbnet.git/commitdiff
changes to trb_net_passive_api.vhd, Jan
authorhadeshyp <hadeshyp>
Thu, 2 Aug 2007 14:18:38 +0000 (14:18 +0000)
committerhadeshyp <hadeshyp>
Thu, 2 Aug 2007 14:18:38 +0000 (14:18 +0000)
trb_net_passive_api.vhd

index dfceb1b2d88c48cc0ee28266b48e2c3651cd413b..048f23fd7fcd8b372012de267c66078d322a7272 100644 (file)
@@ -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;