minor update

This commit is contained in:
Blaise Tine 2024-03-18 21:51:08 -07:00
parent 17cdc32eee
commit 45e791437c
2 changed files with 3 additions and 3 deletions

View file

@ -11,9 +11,9 @@
// See the License for the specific language governing permissions and
// limitations under the License.
`include "VX_platform.vh"
`include "VX_define.vh"
module VX_lsu_adapter #(
module VX_lsu_adapter import VX_gpu_pkg::*; #(
parameter NUM_LANES = 1,
parameter DATA_SIZE = 1,
parameter TAG_WIDTH = 1,

View file

@ -231,7 +231,7 @@ module VX_mem_scheduler #(
.DATA_IN_SIZE (WORD_SIZE),
.DATA_OUT_SIZE (LINE_SIZE),
.ADDR_WIDTH (ADDR_WIDTH),
.ATYPE_WIDTH (`ADDR_TYPE_WIDTH),
.ATYPE_WIDTH (ATYPE_WIDTH),
.TAG_WIDTH (REQQ_TAG_WIDTH),
.UUID_WIDTH (UUID_WIDTH),
.QUEUE_SIZE (MEM_QUEUE_SIZE)