summaryrefslogtreecommitdiff
path: root/hdl/util.svh
diff options
context:
space:
mode:
authorJulian Blake Kongslie2021-03-28 14:48:30 -0700
committerJulian Blake Kongslie2021-03-28 14:48:30 -0700
commit7a1311c16c36b18a66a5ee43511fb9ad5093ec3a (patch)
tree09df63644ac11dee4f2de25d476437e73fcdea84 /hdl/util.svh
downloadnoncpu-7a1311c16c36b18a66a5ee43511fb9ad5093ec3a.tar.xz
Initial commit.
Diffstat (limited to '')
-rw-r--r--hdl/util.svh5
1 files changed, 5 insertions, 0 deletions
diff --git a/hdl/util.svh b/hdl/util.svh
new file mode 100644
index 0000000..ddba543
--- /dev/null
+++ b/hdl/util.svh
@@ -0,0 +1,5 @@
1`ifdef SYNTHESIS
2`define past(x) x
3`else
4`define past(x) $past(x)
5`endif