summaryrefslogtreecommitdiff
path: root/src/common.svh
diff options
context:
space:
mode:
authorKimplul <kimi.h.kuparinen@gmail.com>2025-02-15 21:54:16 +0200
committerKimplul <kimi.h.kuparinen@gmail.com>2025-02-15 21:54:16 +0200
commit0141d830f3326594f159c627dbbc284fdef27674 (patch)
treedfd697d86e3b286653efd478f070a2a28cd24cfd /src/common.svh
downloadttarv32-0141d830f3326594f159c627dbbc284fdef27674.tar.gz
ttarv32-0141d830f3326594f159c627dbbc284fdef27674.zip
initial scheduler
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__ */