除了电路设计之外,VHDL 还能做什么?

发布于 2024-12-11 04:55:24 字数 48 浏览 2 评论 0原文

是否有用 VHDL(可能与其他语言一起)编写的有趣项目,其服务不仅仅限于电路设计?

Is there interesting projects written in VHDL (possibly along with other languages) that serve beyond just circuit design?

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

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

发布评论

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

评论(1

半城柳色半声笛 2024-12-18 04:55:24

正如你所说,我曾在 Xilinx 使用 VHDL 并完成过电路设计。您可以使用 vhdl 和汇编来为许多不同的项目进行编码,例如在英特尔 8088 等微处理器后面编写代码或使用两台计算机之间的 RS232 端口运行客户端服务器简单程序等。您可以用它做一百万件事,但是唯一的限制是语言本身(VHDL)通常被设计用来模拟、编码和测试硬件及其功能。用于模拟而不是真正为其他任何内容编写代码,我建议您尝试可用于更好项目的其他语言。

I have worked with VHDL in Xilinx and done electrical circuit design as you have said. You can use vhdl and assembly to code for numerous different projects such as writing the code behind a microprocessor such as intel 8088 or running a client server simple program using the RS232 port between two computers etc. Probably a million things you can do with it but the only limitations are that generally the language itself (VHDL) was designed to emulate and code and test hardware and its functioning. Meant for simulation and not really to code for anything else, I suggest you try other languages that can be used for better projects.

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