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