Vivado 使用过程中问题总结

在vivado进行一个行为级别仿真时,运行到simulate 步骤时 弹出了如下提示:

 [USF-XSim-62] 'simulate' step failed with errors. Please check the Tcl console or log files for more information.
 [Vivado 12-4473] Detected error while running simulation. Please correct the issue and retry this operation.
 

Vivado 使用过程中问题总结_第1张图片

那么查看TCL控制台,得到的命令如下:

Vivado 使用过程中问题总结_第2张图片

ERROR: [Simulator 45-7] No such file 'D:/For' in the design.

ERROR: [USF-XSim-62] 'simulate' step failed with errors. Please check the Tcl console or log files for more information.
ERROR: [Vivado 12-4473] Detected error while running simulation. Please correct the issue and retry this operation.
launch_simulation: Time (s): cpu = 00:00:15 ; elapsed = 00:00:42 . Memory (MB): peak = 823.332 ; gain = 0.000
ERROR: [Common 17-39] 'launch_simulation' failed due to earlier errors.

可以看到,并没有报明显的错误,而且我这个仿真文件也是在别处用过没问题的。

后来百度看到有人的文章说是什么license问题,更换了几次,没用,还有说什么防火墙问题。。我去。。试了依然没用

我就仔细分析出现错误的地方嘛,有一个这个地方吸引了我:错误代码:simulator 45-7。

Vivado 使用过程中问题总结_第3张图片

我的路径是D:/For FPGA,中间是有个空格的,看来是识别不了空格,就把文件转移到C盘目录,发现这还是这个错,证明:

这个vivado工程应该已经存储了这个路径,即便我们更改工程路径,内部的一些配置还是没改,我也不知道改哪里,所以只好重新建立了个工程,问题解决

 

你可能感兴趣的:(FPGA,vivado)