문제

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?

도움이 되었습니까?

해결책

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.

다른 팁

No, SystemC is only a C++ library, but GBL Design Studio additionally has a graphical designer and tracer, all in one package.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top