Integrating Qt Gui, SystemC and MS Visual Studio C++

EDN Admin

Well-known member
Joined
Aug 7, 2010
Messages
12,794
Location
In the Machine
Hello<br/> I am trying to code a GUI based software simulator for some hardware equipment. The hardware product has Ethernet ports and so can be used on a network. <br/> Since QT is a GUI library for C++ and SystemC is a hardware modeling library for C++, I was wonder whether Qt, SytemC and Visual C++ can all be integrated. I would like to code the simulator in SystemC since it would be much easier to model the hardware. Then I would like to provide a GUI for the user instead of console based. Does anyone know if this can be done? I appreciate the help<br/> <br/> <br/> Cheers

View the full article
 
Back
Top