summaryrefslogtreecommitdiff
path: root/src/common.svh
diff options
context:
space:
mode:
Diffstat (limited to 'src/common.svh')
-rw-r--r--src/common.svh6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/common.svh b/src/common.svh
new file mode 100644
index 0000000..42fdb71
--- /dev/null
+++ b/src/common.svh
@@ -0,0 +1,6 @@
+`ifndef __COMMON_SVH__
+`define __COMMON_SVH__
+
+`define NOP 0
+
+`endif /* __COMMON_SVH__ */