instruction decode refactoring fixing naming collision
This commit is contained in:
@@ -133,8 +133,8 @@ module VX_execute #(
|
||||
// special workaround to get RISC-V tests Pass/Fail status
|
||||
wire ebreak /* verilator public */;
|
||||
assign ebreak = alu_req_if.valid && alu_req_if.ready
|
||||
&& `ALU_IS_BR(alu_req_if.op_mod)
|
||||
&& (`BR_OP(alu_req_if.op_type) == `BR_EBREAK
|
||||
|| `BR_OP(alu_req_if.op_type) == `BR_ECALL);
|
||||
&& `INST_ALU_IS_BR(alu_req_if.op_mod)
|
||||
&& (`INST_BR_OP(alu_req_if.op_type) == `INST_BR_EBREAK
|
||||
|| `INST_BR_OP(alu_req_if.op_type) == `INST_BR_ECALL);
|
||||
|
||||
endmodule
|
||||
|
||||
Reference in New Issue
Block a user