ID:16750 Verilog HDL warning at <location>: "<string>" inside always_comb block does not represent combinational logic

CAUSE: You used non-combinational logic inside of an always-comb block.

ACTION: No action is required. To remove the warning, use only combinational logic inside of an always_comb block.