diff options
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 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 |