ERROR: [Common 17-39] 'compile_simlib' failed due to earlier errors. Solution The above error message states that the simulator to use for compiling the libraries has not been specified. To compile simulation libraries for ModelSim, you need to specify a valid simulator value using the -simula...
When I use the command compile_simlib -simulator modelsim/ies/vcs_mx/questa in the Vivado TCL console to compile the Xilinx Simulation libraries, I receive the below error message: ERROR: [Vivado 12-2156] Invalid library 'xilinxcorelib' specified for -library.-library <library> : Specify the...
The above error message states that the simulator to use for compiling the libraries has not been specified. To compile simulation libraries for ModelSim, you need to specify a valid simulator value using the -simulator switch with the compile_simlib command. compile_simlib -simulator modelsim You...