Keep Notifier firing after FPGA rollover (fixes artf3582), simulation may still have an issue with counter rollover

Change-Id: I11d86bd65c1e0db123d93aa143b8c8c3b823737a
This commit is contained in:
Kevin O'Connor
2014-10-22 13:36:17 -04:00
parent f108853e1b
commit f3fe64a60e
3 changed files with 8 additions and 4 deletions

View File

@@ -13,9 +13,6 @@
#include "Utility.h"
#include <iostream>
// The time, in seconds, at which the 32-bit FPGA timestamp rolls over to 0
static const double kRolloverTime = (1ll << 32) / 1e6;
/**
* Pause the task for a specified time.
*