From fe9ff1691f632677573f1cb3737684cfd181a21d Mon Sep 17 00:00:00 2001 From: Nick Foster Date: Thu, 12 Aug 2010 11:37:59 -0700 Subject: Fixed u2plus_core.v to use quad_uart instead of simple_uart. --- usrp2/top/u2plus/u2plus_core.v | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usrp2/top/u2plus/u2plus_core.v b/usrp2/top/u2plus/u2plus_core.v index 79318aa27..1db7e5b79 100644 --- a/usrp2/top/u2plus/u2plus_core.v +++ b/usrp2/top/u2plus/u2plus_core.v @@ -668,7 +668,7 @@ defparam bootram.RAM2.INIT_23=256'h00000000_00000000_00000000_00000000_00000000_ // ///////////////////////////////////////////////////////////////////////// // UART, Slave #10 - simple_uart #(.TXDEPTH(3),.RXDEPTH(3)) uart // depth of 3 is 128 entries + quad_uart #(.TXDEPTH(3),.RXDEPTH(3)) uart // depth of 3 is 128 entries (.clk_i(wb_clk),.rst_i(wb_rst), .we_i(sa_we),.stb_i(sa_stb),.cyc_i(sa_cyc),.ack_o(sa_ack), .adr_i(sa_adr[6:2]),.dat_i(sa_dat_o),.dat_o(sa_dat_i), -- cgit v1.2.3