AR# 53028: 2012.x Vivado - "ERROR: [Common 17-39] 'launch_xsim' failed due to earlier errors"
AR# 53028
|
2012.x Vivado - "ERROR: [Common 17-39] 'launch_xsim' failed due to earlier errors"
描述
I have a design in Vivado which I want to run a Behavioral Simulation with different parameters. For this task, I have created some Simulation runs with different names:
"sim1 model_PCIe"
"sim2"
"sim3(model_GTX)"
But, when I attempt to run the simulation, the following error occurs:
CR688108_spaces_errors.PNG
Why does this error occur?
解决方案
This is a known issue that occurs in Vivado when a Simulation run that contains blank/empty spaces in the name is executed.
In this case, for the run "sim1 model_PCIe"
To avoid this problem, remove the space: "sim1_model_PCIe".