rename use_imm and use_PC
This commit is contained in:
@@ -12,7 +12,7 @@ interface VX_csr_req_if ();
|
||||
wire [`CSR_BITS-1:0] op_type;
|
||||
wire [`CSR_ADDR_BITS-1:0] csr_addr;
|
||||
wire [31:0] rs1_data;
|
||||
wire rs2_is_imm;
|
||||
wire use_imm;
|
||||
wire [`NR_BITS-1:0] rs1;
|
||||
wire [`NR_BITS-1:0] rd;
|
||||
wire wb;
|
||||
|
||||
Reference in New Issue
Block a user