From 7a1311c16c36b18a66a5ee43511fb9ad5093ec3a Mon Sep 17 00:00:00 2001 From: Julian Blake Kongslie Date: Sun, 28 Mar 2021 14:48:30 -0700 Subject: Initial commit. --- hdl/util.svh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 hdl/util.svh (limited to 'hdl/util.svh') 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 @@ +`ifdef SYNTHESIS +`define past(x) x +`else +`define past(x) $past(x) +`endif -- cgit v1.2.3