|
Message
From: cvs at opencores.org<cvs@o...>
Date: Thu Jul 31 18:54:56 CEST 2008
Subject: [cvs-checkins] MODIFIED: plbv46_to_wb_bridge ...
Date: 00/08/07 31:18:54 Modified: plbv46_to_wb_bridge/pcore/plbv46_2_wb_v1_10_a/hdl/vhdl plbv46_2_wb.vhd Log: Fixed library error in User Logic instance. Revision Changes Path 1.2 plbv46_to_wb_bridge/pcore/plbv46_2_wb_v1_10_a/hdl/vhdl/plbv46_2_wb.vhd http://www.opencores.org/cvsweb.shtml/plbv46_to_wb_bridge/pcore/plbv46_2_wb_v1_10_a/hdl/vhdl/plbv46_2_wb.vhd.diff?r1=1.1&r2=1.2 (In the diff below, changes in quantity of whitespace are not shown.) Index: plbv46_2_wb.vhd =================================================================== RCS file: /cvsroot/sasten/plbv46_to_wb_bridge/pcore/plbv46_2_wb_v1_10_a/hdl/vhdl/plbv46_2_wb.vhd,v retrieving revision 1.1 retrieving revision 1.2 diff -u -b -r1.1 -r1.2 --- plbv46_2_wb.vhd 31 Jul 2008 03:43:47 -0000 1.1 +++ plbv46_2_wb.vhd 31 Jul 2008 16:54:55 -0000 1.2 @@ -306,7 +306,7 @@ ------------------------------------------ -- instantiate User Logic ------------------------------------------ - USER_LOGIC_I : entity plbv46_2_wb_v1_00_a.user_logic + USER_LOGIC_I : entity plbv46_2_wb_v1_10_a.user_logic generic map ( -- MAP USER GENERICS BELOW THIS LINE ---------------
|