From 05bc970900c9a56bd1c306deeba7d731d1e09870 Mon Sep 17 00:00:00 2001 From: Blaise Tine Date: Tue, 7 Sep 2021 23:57:14 -0700 Subject: [PATCH] minor update --- hw/rtl/interfaces/VX_csr_req_if.v | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/rtl/interfaces/VX_csr_req_if.v b/hw/rtl/interfaces/VX_csr_req_if.v index 3bcf635a..d4374bab 100644 --- a/hw/rtl/interfaces/VX_csr_req_if.v +++ b/hw/rtl/interfaces/VX_csr_req_if.v @@ -13,7 +13,7 @@ interface VX_csr_req_if (); wire [`CSR_ADDR_BITS-1:0] addr; wire [31:0] rs1_data; wire use_imm; - wire [`NR_BITS-1:0] rs1; + wire [`NRI_BITS-1:0] imm; wire [`NR_BITS-1:0] rd; wire wb; wire ready;