From 0141d830f3326594f159c627dbbc284fdef27674 Mon Sep 17 00:00:00 2001 From: Kimplul Date: Sat, 15 Feb 2025 21:54:16 +0200 Subject: initial scheduler --- src/common.svh | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 src/common.svh (limited to 'src/common.svh') 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__ */ -- cgit v1.2.3