From 33e4434a0cb4ad7f15178a013296fb2fa740112e Mon Sep 17 00:00:00 2001 From: Alejandro Soto Date: Fri, 23 Sep 2022 23:40:09 -0600 Subject: Implement initial fetch stage --- rtl/core/uarch.sv | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 rtl/core/uarch.sv (limited to 'rtl/core/uarch.sv') 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 -- cgit v1.2.3