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

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

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