我尝试在 vivado 中创建 IP 块并启动 SDK,但启动 SDK 没有出现文件菜单。
1-我创建一个项目,并选择 zedboard Zynq 评估板
2-我创建一个模块设计,并添加一个 ZYNQ7 处理系统。
3-然后我将 M_AXI_GPI0_ACLK 连接到 FCLK_CLK0。
4-配置 ZYNQ 处理系统 IP(我从预设菜单中选择 zedboard)
5- 验证设计
6-创建 HDL 包装器
7-生成输出产品
8-生成比特流
9-文件>导出>导出硬件(包括位流已打开)
在此步骤之后,我需要打开 SDK,但是当我打开文件菜单时,没有启动 SDK 选项。
另外,我不关闭已实现的设计或块设计
为什么Launch SDK没有出现?
I try to create IP Block in vivado and launch SDK but Launch SDK does not appear file menu.
1-I create a project and I choice the zedboard Zynq Evaluation Board
2-I create a block design and I add a ZYNQ7 Processing System.
3-Then I connect the M_AXI_GPI0_ACLK to FCLK_CLK0.
4-Configuring ZYNQ Processing System IP (I choice the zedboard from presets menu)
5- Validate design
6-Create HDL wrapper
7-Generate Outputs Products
8-Generate Bitstream
9-File>export>export hardware(Include bit stream is on)
After this step I need to open SDK but when I open file menu there is no Launch SDK option.
In addition I dont close the implemented design, or the block design
Why Launch SDK does not appear?
发布评论
评论(2)
看起来 Vitis 中包含了 SDK。我进行了全新安装并在安装过程中标记了 vitis,问题就消失了(我之前已经标记并安装了 vivado)。当然,有些事情已经改变了。需要遵循tools>launch vitis的路径,而不是file>launch sdk。全新安装后按启动 vitis 时出现的错误已解决。此 链接 对解决方案有更好的解释。
Looks like SDK is included in Vitis. I did a clean install and marked vitis during installation and the problem went away (I had marked and installed vivado before). Of course, some things have changed. Instead of file>launch sdk, it is necessary to follow the path of tools>launch vitis. The error that occurs when you press launch vitis after a clean install has been resolved.This link has a better explanation for solution.
可能的 2 种解决方案:
SDK 可能正在从过时的 .eclipse 文件夹或过时的工作区读取设置。尝试使用新的工作区打开 SDK。如果这不起作用,请删除 $HOME/.eclipse 文件夹。
显然,Vivado SDK 内置于 Vitis 中,在从 Vivado 的“工具”选项卡启动 Vitis 后,您必须将导出的 .xsa 文件加载到 Vitis 中。如果您希望将旧的 SDK 项目导入到新的 Vitis 工具中,请使用此链接< /a> 可能有用。
Possible 2 solutions:
SDK is probably reading settings from an outdated .eclipse folder or an outdated workspace. Try opening SDK with a fresh workspace. If that does not work, remove your $HOME/.eclipse folder.
Apparently the Vivado SDK is built into Vitis, and you have to load the exported .xsa file into Vitis after launcing Vitis from the Tools tab in your Vivado. If your looking to import an old SDK project into the new Vitis tool, this link might be useful.