|
Message
From: cvs at opencores.org<cvs@o...>
Date: Wed May 28 16:34:33 CEST 2008
Subject: [cvs-checkins] MODIFIED: jop ...
Date: 00/08/05 28:16:34 Modified: jop/vhdl/scio scio_bg.vhd Log: back to 38.4 kbaud Revision Changes Path 1.13 jop/vhdl/scio/scio_bg.vhd http://www.opencores.org/cvsweb.shtml/jop/vhdl/scio/scio_bg.vhd.diff?r1=1.12&r2=1.13 (In the diff below, changes in quantity of whitespace are not shown.) Index: scio_bg.vhd =================================================================== RCS file: /cvsroot/martin/jop/vhdl/scio/scio_bg.vhd,v retrieving revision 1.12 retrieving revision 1.13 diff -u -b -r1.12 -r1.13 --- scio_bg.vhd 22 May 2008 12:11:26 -0000 1.12 +++ scio_bg.vhd 28 May 2008 14:34:32 -0000 1.13 @@ -53,6 +53,7 @@ -- for uart_tal -- 2007-03-28 use records -- 2008-05-22 changed modem baudrate to 115 kbit +-- 2008-05-28 back to 38.4 kbit -- @@ -599,7 +600,8 @@ cmp_ua2: entity work.sc_uart generic map ( addr_bits => SLAVE_ADDR_BITS, clk_freq => clk_freq, - baud_rate => 115200, + baud_rate => 38400, +-- baud_rate => 115200, txf_depth => 16, txf_thres => 2, rxf_depth => 50,
|
 |