aboutsummaryrefslogtreecommitdiffstats
path: root/fpga
diff options
context:
space:
mode:
Diffstat (limited to 'fpga')
-rw-r--r--fpga/usrp3/lib/rfnoc/utils/timekeeper.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/fpga/usrp3/lib/rfnoc/utils/timekeeper.v b/fpga/usrp3/lib/rfnoc/utils/timekeeper.v
index 2b43c7ee6..436118861 100644
--- a/fpga/usrp3/lib/rfnoc/utils/timekeeper.v
+++ b/fpga/usrp3/lib/rfnoc/utils/timekeeper.v
@@ -244,7 +244,7 @@ module timekeeper #(
pps_edge <= 0;
end else begin
pps_del <= pps;
- pps_edge<= pps_del & ~pps;
+ pps_edge<= pps & ~pps_del;
end
end