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