From: Vladimir Burian Date: Tue, 15 Feb 2011 19:46:24 +0000 (+0100) Subject: Correct baud-rate set. X-Git-Url: http://rtime.felk.cvut.cz/gitweb/fpga/virtex2/plasma.git/commitdiff_plain/5341e6686a5e4f8fe05d13f1600cd6afb2b6a5a9 Correct baud-rate set. --- diff --git a/top_plasma.vhd b/top_plasma.vhd index 17dee5c..e1afb63 100644 --- a/top_plasma.vhd +++ b/top_plasma.vhd @@ -25,12 +25,13 @@ begin reset <= not RESET_N; - plasma_1: entity work.plasma + plasma_1 : entity work.plasma generic map ( - memory_type => "XILINX_16X", - log_file => "UNUSED", - ethernet => '0', - use_cache => '0') + memory_type => "XILINX_16X", + log_file => "UNUSED", + ethernet => '0', + use_cache => '0', + uart_prescaler => 207) -- 115200 baud port map ( clk => clk, reset => reset,