ID:13557 SystemVerilog RTL Coding error at <location>: always_comb or always_latch cannot have a sensitivity list.

CAUSE: In a always_latch or always_comb construct at the specified location in a Verilog Design File(.v), you specified a sensitivity list. However, always_latch and always_comb constructs do not take a sensitivity list.

ACTION: Remove the sensitivity list.