From 9abccbfda5e9bccfd2c110d9ed9df7729f4e1225 Mon Sep 17 00:00:00 2001 From: Blaise Tine Date: Thu, 18 Mar 2021 14:28:27 -0400 Subject: [PATCH] minor update --- hw/rtl/VX_gpu_unit.v | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/hw/rtl/VX_gpu_unit.v b/hw/rtl/VX_gpu_unit.v index 8b137dee..baf62477 100644 --- a/hw/rtl/VX_gpu_unit.v +++ b/hw/rtl/VX_gpu_unit.v @@ -159,8 +159,10 @@ module VX_gpu_unit #( assign rsp_wb = 0; assign rsp_data = warp_ctl_data; - `UNUSED_VAR (gpu_req_if.rd) + `UNUSED_VAR (gpu_req_if.rs2_data) + `UNUSED_VAR (gpu_req_if.rs3_data) `UNUSED_VAR (gpu_req_if.wb) + `UNUSED_VAR (gpu_req_if.rd) `endif