Move force-include of gpu_pkg to non-cache modules
This commit is contained in:
@@ -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::*; #(
|
||||
|
||||
1
hw/rtl/cache/VX_cache_cluster.sv
vendored
1
hw/rtl/cache/VX_cache_cluster.sv
vendored
@@ -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 = "",
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user