hi, all i'd like to run a program in gem5 with fs mode, i compiled that program with cross compiler and run it in gem5 successfully. I could print value of variants like "tid", "time"etc easily, just insert a "printf()" function in my program. however ,i want to tell simualtor value that variants, then i could take use of them to inform simulator trigger events. i think my program is running in user's address space, how can i transfer those variants from my program to simulator(which run with top privilege) ,it's need InterProcess Communication or there is some easy way? Maybe this question is very stupid, any suggestion is very grateful! than you in andvance!
_______________________________________________ gem5-users mailing list [email protected] http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users
