[gem5-users] Re: Gem5 in FS mode

2021-03-03 Thread husin alhaj ahmade via gem5-users
Your issue is not related to Gem5 ever. Try to mount the disk image of Linux and then copy your binaries to it, umount disk image and start the Gem5 simulation session. On Thu, Mar 4, 2021 at 9:08 AM VAIDYA ROHINI VILAS via gem5-users < gem5-users@gem5.org> wrote: > Hello, > I am trying to run

[gem5-users] Gem5 in FS mode

2021-03-03 Thread VAIDYA ROHINI VILAS via gem5-users
Hello, I am trying to run Gem5 in FS mode. I want to run my own binary file in FS mode of gem5 For that,I think I need to mount disk image to my compiled binary file. I am not aware about how to mount the disk image to my compiled binary file. Will you please guide me regarding this.If there is

[gem5-users] Re: CleanEvict packets in gem5

2021-03-03 Thread Wenqi Yin via gem5-users
Hi Aritra, The CleanEvict packet don’t have data so it cannot do write in the cache. As Nikos said, the main purpose is to update the snoop filter. So when cache see a CleanEvict pkt, it either pass that pkt on to downstream when it misses the cache or stop the pkt if it hits. A side effect

[gem5-users] Re: NoC Compression

2021-03-03 Thread Bharadwaj, Srikant via gem5-users
Hi Navneet, It depends on what your implementation of the compression techniques. In general, you can achieve some of types of techniques by using Garnet 3.0 / HeteroGarnet. Some more details on what you want to design would be helpful. Srikant From: NAVNEET KUMAR via gem5-users Sent:

[gem5-users] Re: CleanEvict packets in gem5

2021-03-03 Thread bagchi95aritra--- via gem5-users
Hi Nikos, Thanks for your response. If possible, could you also indicate what gem5 cache does when it sees these CleanEvicts? If they are, as you said, write backs originated for clean (not dirty) cache lines, then the cache shouldn’t write the data. But then, what does it do? Thanks and

[gem5-users] NoC Compression

2021-03-03 Thread NAVNEET KUMAR via gem5-users
Hello gem5 community, I have been wondering for a while that how can i implement the NoC compression in gem5? ___ gem5-users mailing list -- gem5-users@gem5.org To unsubscribe send an email to gem5-users-le...@gem5.org

[gem5-users] Re: CleanEvict packets in gem5

2021-03-03 Thread Nikos Nikoleris via gem5-users
Hi Aritra, CleanEvict packets are generated by caches which have the parameter writeback_clean set to false whenever there is an eviction of a clean block. This is primarily to inform the snoop filter that a cache has a evicted a block. Hope this helps, Nikos On 02/03/2021 12:24,

[gem5-users] Re: CleanEvict packets in gem5

2021-03-03 Thread bagchi95aritra--- via gem5-users
Hi, I would highly appreciate if someone in this group can tell me about CleanEvicts. Regards, Aritra ___ gem5-users mailing list -- gem5-users@gem5.org To unsubscribe send an email to gem5-users-le...@gem5.org