Vivado 2017.3 gives me the option to create and export my own design as an example design. It can be opened as an example in Vivado.
I have successfully created an example design. However, when I try to open it I get the following error.
ERROR: [Common 17-53] User Exception: Project already exists on disk, please use '-force' option to overwrite:
C:/Users/User/AppData/Roaming/Xilinx/Vivado/project_1/project_1.xpr
C:/Users/User/AppData/Roaming/Xilinx/Vivado/project_1/project_1.srcs
C:/Users/User/AppData/Roaming/Xilinx/Vivado/project_1/project_1.sim
C:/Users/User/AppData/Roaming/Xilinx/Vivado/project_1/project_1.cache
C:/Users/User/AppData/Roaming/Xilinx/Vivado/project_1/project_1.hw
C:/Users/User/AppData/Roaming/Xilinx/Vivado/project_1/project_1.ip_user_files
ERROR: [Common 17-53] User Exception: No open project. Please create or open a project before executing this command
On a Windows 10 platform, this problem can result in Vivado hanging, running out of memory, or unexpectedly terminating.
This issue will be fixed in Vivado 2017.4.
To fix the exported example project in Vivado 2017.3, do the following:
Old line:
close_project -delete
New line:
#close_project delete
Old line:
create_project ${project_name} ./${project_name}
New line:
#create_project ${project_name} ./${project_name}
AR# 69933 | |
---|---|
日期 | 10/18/2017 |
状态 | Active |
Type | 综合文章 |
Tools |