Unlike style_operator_integer, the following code produces an error:
assign retired_single_cycle_o = (alu_gpr_valid && alu_gpr_ready) ||
(csr_gpr_valid && csr_gpr_ready);
I do not see a reason why boolean operators should be treated differently from "integer" operators.
What do you think about this?
Unlike
style_operator_integer, the following code produces an error:I do not see a reason why boolean operators should be treated differently from "integer" operators.
What do you think about this?