summaryrefslogtreecommitdiff
path: root/rtl/core/uarch.sv
diff options
context:
space:
mode:
Diffstat (limited to 'rtl/core/uarch.sv')
-rw-r--r--rtl/core/uarch.sv7
1 files changed, 7 insertions, 0 deletions
diff --git a/rtl/core/uarch.sv b/rtl/core/uarch.sv
new file mode 100644
index 0000000..a08ddef
--- /dev/null
+++ b/rtl/core/uarch.sv
@@ -0,0 +1,7 @@
+`ifndef CORE_UARCH_SV
+`define CORE_UARCH_SV
+
+// Decodifica como andeq r0, r0, r0
+`define NOP 32'd0
+
+`endif