Vivado Launch SDK 未出现在文件菜单上

发布于 2025-01-11 23:31:45 字数 1501 浏览 1 评论 0 原文

我尝试在 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.
enter image description here
enter image description here
enter image description here

3-Then I connect the M_AXI_GPI0_ACLK to FCLK_CLK0.

enter image description here

4-Configuring ZYNQ Processing System IP (I choice the zedboard from presets menu)

5- Validate design

6-Create HDL wrapper

enter image description here

7-Generate Outputs Products

enter image description here

8-Generate Bitstream

enter image description here

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?

enter image description here

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

旧街凉风 2025-01-18 23:31:45

看起来 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.

寄意 2025-01-18 23:31:45

可能的 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文