---
 cores/uart/rtl/uart.v |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/cores/uart/rtl/uart.v b/cores/uart/rtl/uart.v
index 874c4a9..3c487df 100644
--- a/cores/uart/rtl/uart.v
+++ b/cores/uart/rtl/uart.v
@@ -74,6 +74,7 @@ always @(posedge sys_clk) begin
        if(sys_rst) begin
                divisor <= default_divisor;
                csr_do <= 32'd0;
+               thru <= 1'b0;
        end else begin
                csr_do <= 32'd0;
                if(csr_selected) begin
-- 
1.7.2.3

_______________________________________________
http://lists.milkymist.org/listinfo.cgi/devel-milkymist.org
IRC: #milkymist@Freenode
Twitter: www.twitter.com/milkymistvj
Ideas? http://milkymist.uservoice.com

Reply via email to