diff options
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__ */ |