ID:18260 Verilog HDL warning at <location>: using initial value of <string> since it is never assigned another value

CAUSE: The signal is never assigned a value so its initial value is used.

ACTION: No action is required. To remove the warning, assign a value to the signal within the module in order to avoid using only its initial value.