Hi, I'm trying to pass a pointer address to N O3 CPUS. My scenario is the following: I've added a pointer to my custom module to the O3 CPU class. My module gets information from N CPUs, so I have a 1:N situation (one custom module to N CPUs).
However, I'm having problems to pass the address of my module to all CPUs using the python configuration script. I've tried to instantiate my module and then calling a method inside my C++ class that return its address, but I was not successful to call it from the configuration script. Any suggestion? Thank you. -- *Geraldo Francisco de Oliveira Junior* Mestrando em Computação - Universidade Federal do Rio Grande do Sul Bacharel em Ciência da Computação - Universidade Federal de Viçosa BSMP Computer Engineering - Portland State University Técnico em Informática - Universidade Federal de Viçosa
_______________________________________________ gem5-users mailing list [email protected] http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users
