diff options
author | Matt Ettus <matt@ettus.com> | 2010-02-18 19:13:10 -0800 |
---|---|---|
committer | Matt Ettus <matt@ettus.com> | 2010-02-18 19:13:10 -0800 |
commit | bc3c1fb34afba5fb4358f1b7eaaf3832360cc375 (patch) | |
tree | f2a5d9e093b0a01590d48d5aa023ac42e493c3cb /usrp2/top/u1e/u1e.v | |
parent | f3c61700fbeba30f420ef939a1cabdc42bd15fb7 (diff) | |
download | uhd-bc3c1fb34afba5fb4358f1b7eaaf3832360cc375.tar.gz uhd-bc3c1fb34afba5fb4358f1b7eaaf3832360cc375.tar.bz2 uhd-bc3c1fb34afba5fb4358f1b7eaaf3832360cc375.zip |
added gpio control to the wishbone
Diffstat (limited to 'usrp2/top/u1e/u1e.v')
-rw-r--r-- | usrp2/top/u1e/u1e.v | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usrp2/top/u1e/u1e.v b/usrp2/top/u1e/u1e.v index 4ca9b5580..326476b21 100644 --- a/usrp2/top/u1e/u1e.v +++ b/usrp2/top/u1e/u1e.v @@ -27,6 +27,6 @@ module u1e .EM_NWE(EM_NWE), .EM_NOE(EM_NOE), .db_sda(db_sda), .db_scl(db_scl), .tx_have_space(overo_gpio144), .tx_underrun(overo_gpio145), - .rx_have_data(overo_gpio_146), .rx_overrun(overo_gpio147) ); + .rx_have_data(overo_gpio146), .rx_overrun(overo_gpio147) ); endmodule // u1e |