** Error: Error while reopening stdout stream! Error: couldn't open "C:/Users/Ñô¹âºÜů/AppData/Local/Temp/VSOUTrhm84h": no such file or directory
** Fatal: vsimk is exiting with code 7.
Exit codes are defined in the "Error and Warning Messages"
appendix of the ModelSim User's Manual.
Error.
chatgpt:
这个错误可能是由于 Quartus II 13.1 在与非英文字符的路径中创建临时文件时出现的问题导致的。要解决这个问题,你可以尝试以下几种方法:
将 Quartus II 安装路径中的 non-ASCII 字符替换为 ASCII 字符,或者将其路径更改为不包含非 ASCII 字符的路径。
将你的项目文件夹路径更改为不包含非 ASCII 字符的路径。
将 Quartus II 设计中的所有文件路径更改为不包含非 ASCII 字符的路径。
禁用 ModelSim 的临时文件创建功能,可以通过在 Quartus II 中的仿真设置中进行配置。具体步骤如下:
a. 在 Quartus II 中打开你的项目。
b. 选择菜单栏中的“Assignments” -> “Settings” -> “EDA Tool Settings” -> “Simulation” -> “NativeLink”。
c. 找到“Create temp files”选项并将其设置为“NO”。
d. 保存更改并重新运行仿真。