From 5c1df6d27f5dac143efc9ce84689b863dbee45bd Mon Sep 17 00:00:00 2001 From: Julian Blake Kongslie Date: Wed, 24 Mar 2021 08:35:07 -0700 Subject: Reorganize repo layout to make it a little easier to work within. --- hdl/utils.svh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 hdl/utils.svh (limited to 'hdl/utils.svh') diff --git a/hdl/utils.svh b/hdl/utils.svh new file mode 100644 index 0000000..ddba543 --- /dev/null +++ b/hdl/utils.svh @@ -0,0 +1,5 @@ +`ifdef SYNTHESIS +`define past(x) x +`else +`define past(x) $past(x) +`endif -- cgit v1.2.3