I know that RISC-V assumes RVWMO. But if I want to run a TSO RISC-V implementation, can I simply set needsTSO = True in the RiscvO3CPU configuration and be done, or am I overlooking some details about using TSO in RISC-V?
I need TSO because I want to enforce load->load, load->store ordering by default in my program and don't want to use fences. Thanks!
_______________________________________________ gem5-users mailing list -- gem5-users@gem5.org To unsubscribe send an email to gem5-users-le...@gem5.org