Hi All ! I wonder what would be the easiest way to stop simulating any further instructions on a single core after it is done with fixed number of instructions in a multi-core environment. I am trying to do this by making a change in the code in such a way that once a fixed number of instructions is committed on a core, I don't fetch further instructions on that core (just return from fetch function in ooo-pipe.cpp). I am not sure if I am on right track ?
Thanks for your time !
_______________________________________________ http://www.marss86.org Marss86-Devel mailing list [email protected] https://www.cs.binghamton.edu/mailman/listinfo/marss86-devel
