[gem5-users] gem5.org seems to be down

2021-06-08 Thread Rajesh S via gem5-users
Hi, I was looking around in the documentation and I noticed that gem5.org has been down since a while. Are others facing this too? Thanks, Rajesh Shashi Kumar ___ gem5-users mailing list -- gem5-users@gem5.org To unsubscribe send an email to gem5-users-

[gem5-users] Re: gem5.org seems to be down

2021-06-08 Thread Pedro Henrique Exenberger Becker via gem5-users
I'm experiencing this as well. Apparently, it is not just for us: https://downforeveryoneorjustme.com/gem5.org Best, Pedro. Em ter., 8 de jun. de 2021 às 12:07, Rajesh S via gem5-users < gem5-users@gem5.org> escreveu: > Hi, > > I was looking around in the documentation and I noticed that gem5.or

[gem5-users] Re: gem5.org seems to be down

2021-06-08 Thread Jason Lowe-Power via gem5-users
It seems to be back now, but please let us know if you can't access it! I think it was related to the Fastly outage. See the CNN article for more details :). https://www.cnn.com/2021/06/08/tech/internet-outage-fastly/index.html Cheers, Jason On Tue, Jun 8, 2021 at 3:21 AM Pedro Henrique Exenber

[gem5-users] Caches with different line sizes

2021-06-08 Thread Patrick Sheridan (psheridan) via gem5-users
Micron Confidential Does gem5 support having multiple cache line sizes (e.g. a non-coherent cache, below the point of coherence, having a larger line size)? Regards, Patrick Micron Confidential ___ gem5-users mailing list -- gem5-users@gem5.org To un

[gem5-users] Re: Caches with different line sizes

2021-06-08 Thread Jason Lowe-Power via gem5-users
Hi Patrick, gem5 doesn't support multiple cache line sizes "out of the box", but there's no reason you couldn't add the support. Creating a memory-side cache with a larger cache line is certainly possible! You might need to make some modifications to the Cache SimObject or create your own object.