summaryrefslogtreecommitdiffstats
path: root/top
diff options
context:
space:
mode:
authorjcorgan <jcorgan@221aa14e-8319-0410-a670-987f0aec2ac5>2009-04-04 05:59:44 +0000
committerjcorgan <jcorgan@221aa14e-8319-0410-a670-987f0aec2ac5>2009-04-04 05:59:44 +0000
commitc29931c19091ccd7f0473ae6f955a268208f9033 (patch)
tree77a01ea2e48846635f51069e73527db11632480f /top
parent2578e827f5e3f7436ac4904edceb19e1b53e1b45 (diff)
downloaduhd-c29931c19091ccd7f0473ae6f955a268208f9033.tar.gz
uhd-c29931c19091ccd7f0473ae6f955a268208f9033.tar.bz2
uhd-c29931c19091ccd7f0473ae6f955a268208f9033.zip
Merged r10712:10765 from jcorgan/gpio into trunk. Adds out-of-band and streaming GPIO functions for USRP2.
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10766 221aa14e-8319-0410-a670-987f0aec2ac5
Diffstat (limited to 'top')
-rwxr-xr-xtop/u2_core/u2_core.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/top/u2_core/u2_core.v b/top/u2_core/u2_core.v
index a2b52401e..f12b5af4d 100755
--- a/top/u2_core/u2_core.v
+++ b/top/u2_core/u2_core.v
@@ -602,7 +602,7 @@ module u2_core
(.clk(dsp_clk),.rst(dsp_rst),
.set_stb(set_stb),.set_addr(set_addr),.set_data(set_data),
.adc_a(adc_a),.adc_ovf_a(adc_ovf_a),.adc_b(adc_b),.adc_ovf_b(adc_ovf_b),
- .sample(sample_rx), .run(run_rx_d1), .strobe(strobe_rx),
+ .io_rx(io_rx),.sample(sample_rx), .run(run_rx_d1), .strobe(strobe_rx),
.debug(debug_rx_dsp) );
tx_control #(.FIFOSIZE(10)) tx_control