SystemC可以将电路显示为绘图吗?
我需要设计一些数字电路,但是手工绘制它们让我很受不了。我搜索了一种更简单的方法来完成它们,并找到了 VHDL 和更有趣的 SystemC。最后一个非常好且易于理解,但我需要能够以电路的视觉表示形式打印结果。
SystemC 能够将电路打印为绘图吗?
I need to design some digital circuits , but it kills me drawing them by hand. I've searched a easier way to do them, and found VHDL and what's more interesting SystemC. The last one is pretty nice and easy to understand but i need to be able to print the results in a Visual Representation of the circuit.
Is the SystemC able to print the circuit as a Drawing?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
SystemC 是一种语言,而不是一种工具。您必须找到一个为 SystemC 提供工具的环境,例如:http://www .mirabilisdesign.com/Pages/Product/mdi_SC.htm
但您还可以使用 Xilinx 提供的用于 VHDL 的免费 ISE:http://www.xilinx.com/support/download/index.htm
这些都是很棒且可靠的工具。
SystemC is a language and not a tool. You have to find a environment which provides tools for SystemC such as this one : http://www.mirabilisdesign.com/Pages/Product/mdi_SC.htm
But you also have the free ISE form Xilinx for VHDL : http://www.xilinx.com/support/download/index.htm
These are great and reliable tools.
不,SystemC 只是一个 C++ 库,但是 GBL Design Studio 另外还有一个图形设计器和示踪剂,全部集成在一个包中。
No, SystemC is only a C++ library, but GBL Design Studio additionally has a graphical designer and tracer, all in one package.