avadhpatel / marss

PTLsim and QEMU based Computer Architecture Research Simulator
http://www.marss86.org
128 stars 63 forks source link

Move per-core "coreid" variable into BaseCore. #27

Closed tj90241 closed 11 years ago

tj90241 commented 11 years ago

Remove per-core "coreid" variable and replace it with a common, private "coreid" variable in BaseCore. Remove pure-virtual get_coreid() function and replace it with a common get_coreid() function. Update atom-core and ooo-core to reflect changes.

fitzfitsahero commented 11 years ago

This has been merged through separate commits into both code-cleanup and master.