AR# 2373: VERILOG-XL: Error! Identifier (glbl) not defined [Verilog-IDNOD]
AR# 2373
|
VERILOG-XL: Error! Identifier (glbl) not defined [Verilog-IDNOD]
説明
Keywords: verilog-xl, verilog, glbl
Urgency: Standard
General Description: When trying to load design for Verilog simulation, the following error is issued within Verilog-XL:
Error! Identifier (glbl) not defined [Verilog-IDNOD]
ソリューション
This error is a result of the non-usage of the glbl.v module during the compilation and loading of the design. The glbl.v module enables the use of the global set/reset in the design, and it is referenced by the UNISIMS and the SIMPRIMS libraries. The glbl.v module at the following location, $XILINX/verilog/src/glbl.v, and needs to be both compiled and loaded in the simulation process.