summaryrefslogtreecommitdiffstats
path: root/top
diff options
context:
space:
mode:
authorMatt Ettus <matt@ettus.com>2009-12-22 10:03:13 -0800
committerMatt Ettus <matt@ettus.com>2009-12-22 10:03:13 -0800
commite4a6430db68d53d92bd5dab4533deeba2f3fe185 (patch)
treedb581e5049756cfe992f283cf0db066c163f9491 /top
parentf238468d299312ed562c6f711150f04b070818ed (diff)
downloaduhd-e4a6430db68d53d92bd5dab4533deeba2f3fe185.tar.gz
uhd-e4a6430db68d53d92bd5dab4533deeba2f3fe185.tar.bz2
uhd-e4a6430db68d53d92bd5dab4533deeba2f3fe185.zip
proper time sync to pps
Diffstat (limited to 'top')
-rw-r--r--top/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 f9ac07a55..2fa490d26 100644
--- a/top/u2_core/u2_core.v
+++ b/top/u2_core/u2_core.v
@@ -678,7 +678,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