|
Message
From: cvs at opencores.org<cvs@o...>
Date: Tue Jun 5 18:33:29 CEST 2007
Subject: [cvs-checkins] MODIFIED: jop ...
Date: 00/07/06 05:18:33 Modified: jop/vhdl/scio scio_lego.vhd Log: no message Revision Changes Path 1.9 jop/vhdl/scio/scio_lego.vhd http://www.opencores.org/cvsweb.shtml/jop/vhdl/scio/scio_lego.vhd.diff?r1=1.8&r2=1.9 (In the diff below, changes in quantity of whitespace are not shown.) Index: scio_lego.vhd =================================================================== RCS file: /cvsroot/martin/jop/vhdl/scio/scio_lego.vhd,v retrieving revision 1.8 retrieving revision 1.9 diff -u -b -r1.8 -r1.9 --- scio_lego.vhd 5 Jun 2007 13:03:55 -0000 1.8 +++ scio_lego.vhd 5 Jun 2007 16:33:29 -0000 1.9 @@ -141,9 +141,6 @@ -- What happens when sel_reg > SLAVE_CNT-1?? sc_io_in.rd_data <= sc_dout(sel_reg); sc_io_in.rdy_cnt <= sc_rdy_cnt(sel_reg); - -- default for unused USB device - sc_dout(2) <= (others => '0'); - sc_rdy_cnt(2) <= (others => '0'); -- -- Connect SLAVE_CNT slaves
|