diff --git a/hw/rtl/cache/VX_cache_cluster.sv b/hw/rtl/cache/VX_cache_cluster.sv index 18e26eb2..d54a06d0 100644 --- a/hw/rtl/cache/VX_cache_cluster.sv +++ b/hw/rtl/cache/VX_cache_cluster.sv @@ -12,6 +12,7 @@ // limitations under the License. `include "VX_cache_define.vh" +`include "VX_gpu_pkg.sv" module VX_cache_cluster import VX_gpu_pkg::*; #( parameter `STRING INSTANCE_ID = "", diff --git a/hw/rtl/core/VX_csr_data.sv b/hw/rtl/core/VX_csr_data.sv index 9ba0ffd0..f959d93b 100644 --- a/hw/rtl/core/VX_csr_data.sv +++ b/hw/rtl/core/VX_csr_data.sv @@ -12,6 +12,8 @@ // limitations under the License. `include "VX_define.vh" +`include "VX_fpu_pkg.sv" +`include "VX_gpu_pkg.sv" `ifdef EXT_F_ENABLE `include "VX_fpu_define.vh"