|
Message
From: cvs at opencores.org<cvs@o...>
Date: Fri Jul 25 12:08:24 CEST 2008
Subject: [cvs-checkins] MODIFIED: jop ...
Date: 00/08/07 25:12:08 Modified: jop/quartus/jpd_cyc12 jop.qsf Log: use the fair arbiter Revision Changes Path 1.2 jop/quartus/jpd_cyc12/jop.qsf http://www.opencores.org/cvsweb.shtml/jop/quartus/jpd_cyc12/jop.qsf.diff?r1=1.1&r2=1.2 (In the diff below, changes in quantity of whitespace are not shown.) Index: jop.qsf =================================================================== RCS file: /cvsroot/martin/jop/quartus/jpd_cyc12/jop.qsf,v retrieving revision 1.1 retrieving revision 1.2 diff -u -b -r1.1 -r1.2 --- jop.qsf 22 Jul 2008 21:42:49 -0000 1.1 +++ jop.qsf 25 Jul 2008 10:08:24 -0000 1.2 @@ -511,6 +511,6 @@ set_global_assignment -name VHDL_FILE ../../vhdl/core/shift.vhd set_global_assignment -name VHDL_FILE ../../vhdl/core/stack.vhd set_global_assignment -name VHDL_FILE ../../vhdl/simpcon/sc_arbiter_pack.vhd -set_global_assignment -name VHDL_FILE ../../vhdl/simpcon/sc_arbiter_tdma.vhd +set_global_assignment -name VHDL_FILE ../../vhdl/simpcon/sc_arbiter_fair.vhd set_global_assignment -name VHDL_FILE ../../vhdl/core/jopcpu.vhd set_global_assignment -name VHDL_FILE ../../vhdl/top/jop_jpd_cyc12.vhd
|