QEMU SystemC
QEMU-SystemC
QEMU-SystemC is a modification to QEMU to allow mixed HW/SW simulations. The use of QEMU allows to simulate entire and complex systems (Intel-PC, ARM platforms, etc).
With QEMU-SystemC, we allow to simulate SystemC described modules, as if they were connected to system bus (PCI in Intel platforms, AMBA in ARM platforms, ...).
SystemC/attachments/qemu_block.jpg)
Currently, QEMU-SystemC plugs to qemu-0.9.1 (last qemu version)
For installation information go to QEMU-SystemC Deployement book
Documentation:
In your computer
- Get and compile qemu with SystemC extension:
- svn co https://svn.greensocs.com/public/packages/qemu_systemc/qemu-0.9.1
- cd qemu-0.9.1
- ./configure --target-list=arm-softmmu
- make (You may need some extra packages like zlib-dev or sdl-dev)
- Get and compile SystemC side:
- Get and compile qemu with SystemC extension:
license:
No Releases
issues:
Mail List:
This group has an email list, all issues will be sent to all members of the group
Posted January 8th, 2008 by MariusMonton