ID:10147 Verilog HDL error at <location>: identifier "<name>" cannot be used in expression

CAUSE: In a Verilog Design File (.v) at the specified location, you used an identifier in an expression, but the identifier does not evaluate to a data type. For example, the identifier may be a module name.

ACTION: Remove the specified identifier from the expression.