aboutsummaryrefslogtreecommitdiffstats
path: root/usrp2/control_lib/settings_readback_bus_fifo_ctrl.v
diff options
context:
space:
mode:
Diffstat (limited to 'usrp2/control_lib/settings_readback_bus_fifo_ctrl.v')
-rw-r--r--usrp2/control_lib/settings_readback_bus_fifo_ctrl.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/usrp2/control_lib/settings_readback_bus_fifo_ctrl.v b/usrp2/control_lib/settings_readback_bus_fifo_ctrl.v
index f99d3969d..d5fed4726 100644
--- a/usrp2/control_lib/settings_readback_bus_fifo_ctrl.v
+++ b/usrp2/control_lib/settings_readback_bus_fifo_ctrl.v
@@ -237,7 +237,7 @@ module settings_readback_bus_fifo_ctrl
reg [31:0] command_data_reg;
wire now, early, late, too_early;
- `ifdef FIFO_CTRL_USE_TIME
+ `ifndef FIFO_CTRL_NO_TIME
time_compare time_compare(
.time_now(vita_time), .trigger_time(command_ticks_reg),
.now(now), .early(early), .late(late), .too_early(too_early));