diff options
author | Josh Blum <josh@joshknows.com> | 2010-01-05 14:40:26 -0800 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2010-01-05 14:40:26 -0800 |
commit | aa6ba027fccdeb3c070b11d06f3e45094b283467 (patch) | |
tree | 691b1de376b552c3a19fba2dfbde84a58e2fbefa /top | |
parent | 6b0dc91d66eb56bb682295d07c97caf0f07da8b1 (diff) | |
parent | e4a6430db68d53d92bd5dab4533deeba2f3fe185 (diff) | |
download | uhd-aa6ba027fccdeb3c070b11d06f3e45094b283467.tar.gz uhd-aa6ba027fccdeb3c070b11d06f3e45094b283467.tar.bz2 uhd-aa6ba027fccdeb3c070b11d06f3e45094b283467.zip |
Merge branch 'wip/usrp2' of http://gnuradio.org/git/matt into wip/usrp2
Diffstat (limited to 'top')
-rw-r--r-- | top/u2_core/u2_core.v | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/top/u2_core/u2_core.v b/top/u2_core/u2_core.v index ada0f66db..1a177a856 100644 --- a/top/u2_core/u2_core.v +++ b/top/u2_core/u2_core.v @@ -689,7 +689,7 @@ module u2_core time_64bit #(.TICKS_PER_SEC(32'd100000000),.BASE(SR_TIME64)) time_64bit (.clk(dsp_clk), .rst(dsp_rst), .set_stb(set_stb), .set_addr(set_addr), .set_data(set_data), - .pps(pps_o), .vita_time(vita_time)); + .pps(pps_o), .vita_time(vita_time), .pps_int()); // ///////////////////////////////////////////////////////////////////////////////////////// // Debug Pins |