|
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/ml401 jop.npl Log: use sc_sys instead of sc_cnt Revision Changes Path 1.4 jop/xilinx/ml401/jop.npl http://www.opencores.org/cvsweb.shtml/jop/xilinx/ml401/jop.npl.diff?r1=1.3&r2=1.4 (In the diff below, changes in quantity of whitespace are not shown.) Index: jop.npl =================================================================== RCS file: /cvsroot/martin/jop/xilinx/ml401/jop.npl,v retrieving revision 1.3 retrieving revision 1.4 diff -u -b -r1.3 -r1.4 --- jop.npl 21 Mar 2007 19:48:56 -0000 1.3 +++ jop.npl 8 Jun 2007 12:41:51 -0000 1.4 @@ -22,7 +22,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
|