2396 Commits (54825e379de4b9d542d1f4acde0df56ee77d772e)
 

Author SHA1 Message Date
Andrew Waterman 54825e379d Teach ISA parser about Zvfh[min] 4 years ago
Andrew Waterman 8ec4cab4fc
Merge pull request #1130 from ucb-bar/endian 4 years ago
Jerry Zhao b265325d19 Remove set_target_endianness | add --big-endian flag 4 years ago
Jerry Zhao cefccba8cf Remove memif_endianness_undecided, change default to little-endian 4 years ago
Andrew Waterman 5a50590f25
Merge pull request #1122 from riscv-software-src/more-mmu-simplification 4 years ago
Andrew Waterman 9cf4e82ec2
Merge pull request #1125 from riscv-software-src/cbo-fixes 4 years ago
Andrew Waterman c10ad3c85a Use reg_t, not uint64_t, for address-like quantities 4 years ago
Andrew Waterman 6b689208d9 Fix tval reporting for CBOs 4 years ago
Andrew Waterman da21648472 Set 16..4096-byte bound on cache-block size 4 years ago
YenHaoChen e8340aedc8 move fucntion cto() from processor.h to arith.h 4 years ago
Andrew Waterman b1f2ae41a1 Template-ize stores 4 years ago
Andrew Waterman d41af9f81c Template-ize loads 4 years ago
Andrew Waterman 8d40946475 Template-ize AMOs 4 years ago
Andrew Waterman 7b52a249c8 DRY in store-conditional instructions 4 years ago
Andrew Waterman 635985515f Simplify check_load_reservation 4 years ago
Andrew Waterman 5cdb39484c Template-ize hypervisor loads and stores 4 years ago
Andrew Waterman a09b88d4ab Remove require_alignment flag from loads 4 years ago
Andrew Waterman 905db657f5 Fix imprecise exception on LR to MMIO space 4 years ago
Andrew Waterman 5746722334 Template-ize load_func macro 4 years ago
Andrew Waterman 15bad75ecc Template-ize store_func macro 4 years ago
Andrew Waterman 1caaaa5471 No need to require_alignment for the load part of the AMO 4 years ago
Andrew Waterman 24907dfbd1 Remove actually_store and require_alignment parameters from store_func macro 4 years ago
Weiwei Li 2e12d7251e remove duplicate CMO item in README.md 4 years ago
Weiwei Li 2b7edec863 do memcpy only for actually_store in store_slow_path_intrapage 4 years ago
Weiwei Li bc9ee3e427 Fix missing sentinel warning in dts.cc when using gnu++17 standard 4 years ago
bluew 228c117855 Fix forced linking when compiling headers 4 years ago
Andrew Waterman 3f1b236707 fix clang build 4 years ago
Jerry Zhao a82ef28621 Add command to display privilege level in interactive mode 4 years ago
Andrew Waterman 66a307d6aa Make PLIC/NS16550 coding style more conformant 4 years ago
Andrew Waterman 68aeeb5500 Merge branch 'master' into plic_uart_v1 4 years ago
Jerry Zhao 03be4ae6c7 Add interactive mode commands to read clint mtime/mtimecmp 4 years ago
Jerry Zhao 5cf439b24e Add dump memory command to interactive mode 4 years ago
Jerry Zhao 7e8d1e6f29 Support command-line configuration of number of pmpregions 4 years ago
Scott Johnson 26c6795f2f
Merge pull request #1114 from riscv-software-src/data_optional 4 years ago
Andrew Waterman 062ef88680 In triggers, use optional<data> instead of {has_data, data} 4 years ago
Parshintsev Anatoly 60c0c86c28 Report error if an unsupported memory configuration is detected 4 years ago
Andrew Waterman 37c8985013 Remove unused field matched_t::data 4 years ago
Andrew Waterman e2e66015af
Merge pull request #1107 from riscv-software-src/simplify-ld-st 4 years ago
Andrew Waterman 86d9fe49ed Set tval on illegal subforms of aes64ks1i 4 years ago
Andrew Waterman a3e8585aec
Merge pull request #1109 from riscv-software-src/dm-no-abstract-fpr 4 years ago
Andrew Waterman 8ff186bd0f Fix disassembly of RV64 srai.u 4 years ago
Tim Newsome 1112fd33a4 Add --dm-no-abstract-fpr option. 4 years ago
Andrew Waterman 7b8114f707 Don't use reexecution as the means to implement trigger-after 4 years ago
Andrew Waterman fd50768df9 Fix endianness bug in fetch triggers 4 years ago
Andrew Waterman 197f3e2640 DRY in checking triggers 4 years ago
Andrew Waterman 14410156b2 Move uncommon-case fetch functionality into fetch_slow_path 4 years ago
Andrew Waterman 6311f7513a Move all uncommon-case store functionality into store_slow_path 4 years ago
Andrew Waterman 749ead90a5 Move all uncommon-case load functionality into load_slow_path 4 years ago
Andrew Waterman d7edd7ac55 Remove unused variable to fix build 4 years ago
Andrew Waterman cb7e6b840b
Merge pull request #1105 from YenHaoChen/pr-trigger-priority 4 years ago