如何在Xilinx中从verilog源生成原理图文件

发布于 2024-11-02 13:08:36 字数 359 浏览 0 评论 0原文

我正在做的事情是,

我开始使用 Xilinx ISE 设计套件,并用 verilog 编写简单的算术逻辑单元。使用 verilog 被测单元为 ISim 创建输入和输出信号,我验证了代码的工作方式正如我想要的那样。

我想从 verilog 源生成原理图文件。

在工具菜单下,有一个原理图查看器 在此处输入图像描述

,但我不明白为什么:

  • 它只列出第一个源文件
  • 以及如何保存生成的文件在项目中

问题:

如何在Xilinx中从verilog源生成原理图文件?

What I'm doing

I started playing around with Xilinx ISE Design Suite and wrote simple Arithmetical Logic Units in verilog. Using verilog Unit Under Tests to create input and output signals for ISim, I verified, that the code works just as I want it.

I would like to generate schematic file from the verilog source.

Under tools menu, there is a schematic viewer
enter image description here

, but I can not figure out, why:

  • it only lists first source file
  • and how to save generated file in project

Question:

How to generate schematic file from verilog source in Xilinx?

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

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

发布评论

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

评论(1

国产ˉ祖宗 2024-11-09 13:08:36

1) 您可以双击某个组件以深入了解。在较新版本的 ISE 中,它会就地展开块,而不是将视图切换到单击的模块。

2)显然,没有保存选项。原理图是从 HDL 代码生成的,因此保存它没有多大意义。

1) You can double-click on a component to go deeper. In newer versions of ISE that expands the block in-place instead of switching your view to the module clicked.

2) Apparently, there's no saving option. The schematics is generated from HDL code, so there's not much sense in saving it anyway.

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