From 5893895f736ac7f67c5442dfb0bc8d6e6f3302b8 Mon Sep 17 00:00:00 2001 From: Julian Blake Kongslie Date: Mon, 29 Mar 2021 12:37:18 -0700 Subject: Convert to using $sampled instead of $past, for more uniformity. --- hdl/util.svh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hdl/util.svh') 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 @@ `ifdef SYNTHESIS `define past(x) x `else -`define past(x) $past(x) +`define past(x) $sampled(x) `endif -- cgit v1.2.3