Commit 0a10e319 authored by Peter Jansweijer's avatar Peter Jansweijer Committed by Grzegorz Daniluk

init value for wr-core uart_rxd_i set to '1'

parent 4f28258a
......@@ -184,7 +184,7 @@ entity wr_core is
-----------------------------------------
--UART
-----------------------------------------
uart_rxd_i : in std_logic := '0';
uart_rxd_i : in std_logic := '1';
uart_txd_o : out std_logic;
-----------------------------------------
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment