minor update

This commit is contained in:
Blaise Tine 2021-09-07 23:57:14 -07:00
parent aeeb3ca616
commit 05bc970900

View file

@ -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;