summaryrefslogtreecommitdiffstats
path: root/usrp2
diff options
context:
space:
mode:
authorNick Foster <nick@nerdnetworks.org>2010-08-12 11:37:59 -0700
committerNick Foster <nick@nerdnetworks.org>2010-08-12 11:37:59 -0700
commitfe9ff1691f632677573f1cb3737684cfd181a21d (patch)
tree8d317dc3f7068469470b88ef143509030c9ab51c /usrp2
parentf0e231396d6c512dc4a3fee0c186b3651327e9f2 (diff)
downloaduhd-fe9ff1691f632677573f1cb3737684cfd181a21d.tar.gz
uhd-fe9ff1691f632677573f1cb3737684cfd181a21d.tar.bz2
uhd-fe9ff1691f632677573f1cb3737684cfd181a21d.zip
Fixed u2plus_core.v to use quad_uart instead of simple_uart.
Diffstat (limited to 'usrp2')
-rw-r--r--usrp2/top/u2plus/u2plus_core.v2
1 files changed, 1 insertions, 1 deletions
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),