Vivado出现编译错误:[USF-XSim 62] 'compile' step failed with error(s) while executing...

廉价感情. 提交于 2019-12-02 04:59:55

在vivado执行仿真过程中出现了如下错误:

[USF-XSim 62] 'compile' step failed with error(s) while executing 'D:/vivado_pro/led_8lights/led_8lights.sim/sim_1/behav/compile.bat' script. Please check that the file has the correct 'read/write/execute' permissions and the Tcl console output for any other possible errors or warnings.

出现该错误的原因可能是代码有误,可在项目文件>仿真文件>仿真文件.sim>compile.log文件中查看编译错误。

我在该次编译出错的原因:

原来是因为忘记在counter8模块的输出端口定义时添加reg。

根据查询自己项目中的log文件,找出错误,解决。

 

 

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!