From f0b38daac3a2f987deb79fcca763f3b84b0f2b73 Mon Sep 17 00:00:00 2001 From: Alejandro Soto Date: Sun, 16 Oct 2022 01:33:43 -0600 Subject: Move isa.sv to core/decode --- rtl/core/decode/data.sv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rtl/core/decode/data.sv') diff --git a/rtl/core/decode/data.sv b/rtl/core/decode/data.sv index e2a44df..cb21f5e 100644 --- a/rtl/core/decode/data.sv +++ b/rtl/core/decode/data.sv @@ -1,4 +1,4 @@ -`include "core/isa.sv" +`include "core/decode/isa.sv" `include "core/uarch.sv" module core_decode_data -- cgit v1.2.3