• W
    mod(CSR): write satp will now flush pipeline · fb2f693c
    William Wang 提交于
    This modification is used to solve the following case:
    
    ```
    ffffffe000000094:	8d4d                or	a0,a0,a1
    ffffffe000000096:	12000073          	sfence.vma
    ffffffe00000009a:	18051073          	csrw	satp,a0
    ffffffe00000009e:	00000517          	auipc	a0,0x0
    ```
    
    In that case, when executing `ffffffe00000009e`, noop get paddr from the new page table
    fb2f693c
Cache.scala 19.8 KB