Move force-include of gpu_pkg to non-cache modules

This commit is contained in:
Hansung Kim
2023-11-15 22:02:02 -08:00
parent 448a253af3
commit 963c2765d9
3 changed files with 2 additions and 1 deletions

View File

@@ -1,4 +1,5 @@
`include "VX_define.vh"
`include "VX_gpu_pkg.sv"
// TODO: move VX_define constants to parameters, and then parameterize in blackbox
module Vortex import VX_gpu_pkg::*; #(

View File

@@ -12,7 +12,6 @@
// 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 = "",

View File

@@ -12,6 +12,7 @@
// limitations under the License.
`include "VX_define.vh"
`include "VX_gpu_pkg.sv"
module VX_commit import VX_gpu_pkg::*; #(
parameter CORE_ID = 0