[gem5-users] Re: How to pass the reference of a simobject as a parameter of another simobject as configuration parameter

2023-11-09 Thread gabriel.busnot--- via gem5-users
You need to add an attribute to the Cache python SimObject class: > cctrl = Param.Center_Ctrl(“”) You will need to import Center_Ctrl from m5.objects before as well. You can find hundreds of examples of this construct in most python SimObject classes. Regards, Gabriel

[gem5-users] Assertion `ip || ip6' failed when running Ethernet workload with ARM dist setup SMMU enabled

2023-11-09 Thread Chathura Rajapaksha via gem5-users
Hi All, I am trying to communicate between two systems through ethernet in ARM dist 2 nodes setup (bigLITTLE). I want to do this with the SMMU (ARM IOMMU) enabled. I have connected the ethernet device to the SMMU as discussed here - https://github.com/orgs/gem5/discussions/239 When I try to trans