"ERROR: ../<project>/<module.v>: Unresolved reference to 'glbl' in 'glbl.GSR'" Solution This error occurs because the glbl.v module is not used during compilation and loading of the design. The glbl.v module is required for the global set/reset in the design, and it is referenced...