diff options
author | Kimplul <kimi.h.kuparinen@gmail.com> | 2025-02-15 21:54:16 +0200 |
---|---|---|
committer | Kimplul <kimi.h.kuparinen@gmail.com> | 2025-02-15 21:54:16 +0200 |
commit | 0141d830f3326594f159c627dbbc284fdef27674 (patch) | |
tree | dfd697d86e3b286653efd478f070a2a28cd24cfd /src/common.svh | |
download | ttarv32-0141d830f3326594f159c627dbbc284fdef27674.tar.gz ttarv32-0141d830f3326594f159c627dbbc284fdef27674.zip |
initial scheduler
Diffstat (limited to 'src/common.svh')
-rw-r--r-- | src/common.svh | 6 |
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__ */ |