|
Message
From: cvs at opencores.org<cvs@o...>
Date: Fri Jun 8 14:41:51 CEST 2007
Subject: [cvs-checkins] MODIFIED: jop ...
Date: 00/07/06 08:14:41 Modified: jop/xilinx/s3sk jop.npl Log: use sc_sys instead of sc_cnt Revision Changes Path 1.10 jop/xilinx/s3sk/jop.npl http://www.opencores.org/cvsweb.shtml/jop/xilinx/s3sk/jop.npl.diff?r1=1.9&r2=1.10 (In the diff below, changes in quantity of whitespace are not shown.) Index: jop.npl =================================================================== RCS file: /cvsroot/martin/jop/xilinx/s3sk/jop.npl,v retrieving revision 1.9 retrieving revision 1.10 diff -u -b -r1.9 -r1.10 --- jop.npl 18 Mar 2007 01:46:47 -0000 1.9 +++ jop.npl 8 Jun 2007 12:41:50 -0000 1.10 @@ -23,7 +23,7 @@ SOURCE ..\..\vhdl\simpcon\sc_pack.vhd SOURCE ..\..\vhdl\scio\fifo.vhd SOURCE ..\..\vhdl\scio\sc_uart.vhd -SOURCE ..\..\vhdl\scio\sc_cnt.vhd +SOURCE ..\..\vhdl\scio\sc_sys.vhd SOURCE ..\..\vhdl\scio\scio_min.vhd SOURCE ..\..\vhdl\core\extension.vhd SOURCE ..\..\vhdl\core\bcfetch.vhd
|