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