[gem5-users] Re: does gem5 have a C++ API?

2021-07-02 Thread Konstantin Serebryany via gem5-users
tion. Even >>> in this case, I would advise going the other way and using gem5 as the >>> driver simulator. That said, there are many simulators that integrate with >>> gem5. You can easily hook in things like DRAMSim, at one point I integrated >>> it with GP

[gem5-users] Re: does gem5 have a C++ API?

2021-07-01 Thread Konstantin Serebryany via gem5-users
many > efforts to integrate gem5 with SystemC including implementing the entire > SystemC spec in gem5. > > Hopefully this helps. I'd be happy to provide more specific help with some > more information :). > > Cheers, > Jason > > On Thu, Jul 1, 2021 at 4:49 PM

[gem5-users] does gem5 have a C++ API?

2021-07-01 Thread Konstantin Serebryany via gem5-users
Hi, [gem5 newbie here... ] Does gem5 have a C++ API? I am interested in using gem5 as a library, i.e. invoking the system call emulation mode from within my process, without fork/exec or python. Is that at all possible? Any pointers? thanks! --kcc __