aboutsummaryrefslogtreecommitdiff
path: root/isa/rv64si/icache-alias.S
AgeCommit message (Collapse)AuthorFilesLines
2024-08-14Fit riscv-tests to newest riscv spec: renaming sptbr,sbadaddr,mbadaddr (#578)HUJIYONG1-1/+1
issue#577 In the newest riscv spec(2021 or later), two csr register "sptbr"(0x180) "s/mbadaddr"(0x243) were removed, and upgraded to "satp" "s/mtval". Together with more functions. This commit rename them to pass compile.
2019-11-04Remove cruft from icache-alias testAndrew Waterman1-35/+0
2019-11-04Add rv64si-p-icache-aliasAndrew Waterman1-0/+176
This test checks that an I$ appears to be physically indexed.