summaryrefslogtreecommitdiff
path: root/hdl/util.svh
diff options
context:
space:
mode:
Diffstat (limited to 'hdl/util.svh')
-rw-r--r--hdl/util.svh2
1 files changed, 1 insertions, 1 deletions
diff --git a/hdl/util.svh b/hdl/util.svh
index ddba543..db5e4e6 100644
--- a/hdl/util.svh
+++ b/hdl/util.svh
@@ -1,5 +1,5 @@
1`ifdef SYNTHESIS 1`ifdef SYNTHESIS
2`define past(x) x 2`define past(x) x
3`else 3`else
4`define past(x) $past(x) 4`define past(x) $sampled(x)
5`endif 5`endif