[gem5-users] Re: Modifying X86Board to support multiple processors

2023-10-12 Thread James Pangia via gem5-users
Thanks for the reply, Bobby My research does require multiple separate processors/sockets, not just many cores. I explored using multiple Processor objects a little further, but the necessary modifications proved too complicated to spend more time exploring. Instead, I will be faking multiple soc

[gem5-users] Re: Modifying X86Board to support multiple processors

2023-10-11 Thread bbruce--- via gem5-users
Hey James, \ Perhaps I am very wrong in my assumptions here, but is there any difference in your idea between a "multiprocessor" setup and a multicore setup? In the gem5 stdlib design each board has one processor, but each processor can have as many CPUs/Cores as you desire. I don't know the in