[gem5-users] RISCV Vector Extension in gem5

2023-08-03 Thread 谢 佰杰 via gem5-users
Hi all, I found that both rivosInc and RALC888 used to work on RISC-V Vector Extension in gem5, but both of them seem to be busy with other things, leaving gem5-rvv 1.0 undone. I'm wondering what is the status/plan about RISCV-V Vector Extension in gem5 ? Thanks + regards xbj * [GEM5-12

[gem5-users] Re: RISCV Vector Extension in gem5

2023-08-03 Thread Jason Lowe-Power via gem5-users
Hello, Initial RVV support was just merged today! See https://github.com/gem5/gem5/pull/83 On Thu, Aug 3, 2023 at 12:29 AM 谢 佰杰 via gem5-users wrote: > Hi all, > I found that both rivosInc and RALC888 used to work on RISC-V Vector > Extension in gem5, but both of them seem to be busy with othe

[gem5-users] Re: how clflush is simulated in classic cache ( not ruby ) ?

2023-08-03 Thread Eliot Moss via gem5-users
On 8/3/2023 11:56 AM, Khan Shaikhul Hadi wrote: I'm not sure about silent suppression as that flush instruction is called write after write happens to that memory. Fault should arise when a write request is issued. . This would happen during address translation, which comes before putting somet