ID:13319 Verilog HDL Compiler Directive error at <location>: must use `ifdef directive with `elsif directive

CAUSE: In a Verilog Design File (.v) at the specified location, you used an `elsif directive, but did not specify a corresponding `ifdef directive.

ACTION: Add an `ifdef directive or remove the `elseif directive.