|
Message
From: cvs at opencores.org<cvs@o...>
Date: Thu May 22 14:11:26 CEST 2008
Subject: [cvs-checkins] MODIFIED: jop ...
Date: 00/08/05 22:14:11 Modified: jop/vhdl/scio scio_bg.vhd Log: modem at 115 kbit Revision Changes Path 1.12 jop/vhdl/scio/scio_bg.vhd http://www.opencores.org/cvsweb.shtml/jop/vhdl/scio/scio_bg.vhd.diff?r1=1.11&r2=1.12 (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.11 retrieving revision 1.12 diff -u -b -r1.11 -r1.12 --- scio_bg.vhd 11 Mar 2008 12:17:35 -0000 1.11 +++ scio_bg.vhd 22 May 2008 12:11:26 -0000 1.12 @@ -52,6 +52,7 @@ -- 2005-12-27 change for SimpCon, HW hand shake is programmable -- for uart_tal -- 2007-03-28 use records +-- 2008-05-22 changed modem baudrate to 115 kbit -- @@ -598,7 +599,7 @@ cmp_ua2: entity work.sc_uart generic map ( addr_bits => SLAVE_ADDR_BITS, clk_freq => clk_freq, - baud_rate => 38400, + baud_rate => 115200, txf_depth => 16, txf_thres => 2, rxf_depth => 50,
|
 |