[gem5-users] Ethernet & Vnc support for arm64 platform

2021-09-10 Thread hgedek--- via gem5-users
Hello all, How can I add ethernet and vnc support for arm64 platform. According to makeArmSystem it should add ethernet ( IGbE_e1000) to realview platform in attachPciDevices method but ifconfig on guest system is empty. Also whenever I attach to guest system using vncviewer over localhost:590

[gem5-users] nomali example

2021-03-17 Thread hgedek--- via gem5-users
hi, Is there any nomali gpu example ? In example folder I couldn't find any. I found nomali io device source code but I'm searching for an example or tutorial how to use it. Especially how to create a system with it ? I didnt see any config with nomali etc... Thanks ___

[gem5-users] Re: How to use custom gpu models with gem5 ?

2020-11-16 Thread hgedek--- via gem5-users
Hi again, Thanks for replies and I learned so much about gem5. I was trying gem5 for a while to learn it. I have one question: is se mode or fs mode more suitable to test tlm & gpus & etc... ? Our own testing environment based on qemu and it runs ubuntu. So we can install gpu driver and test ou

[gem5-users] How to use custom gpu models with gem5 ?

2020-10-06 Thread hgedek--- via gem5-users
Hi all, I'm working at a gpu company and we have our gpu modelling. We were using qemu based platform to test our models but we wish to start to use gem5. In our platform we can integrate our model using tlm (systemc) or a custom interface developed based on qemu interface. So, what is the co