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
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