Skip to content

Allow style_operator_boolean to be followed by newline #319

@colluca

Description

@colluca

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions