2616 Commits (0a59b06f3b5542fab8d78ae3ee0b8276ec5acd36)
 

Author SHA1 Message Date
Jerry Zhao 0a59b06f3b
Merge pull request #1209 from riscv-software-src/debugfix 3 years ago
Scott Johnson b3946f8500
Merge pull request #1207 from YenHaoChen/pr-trap-trigger-common 3 years ago
Jerry Zhao 7334b0180e Fix debug-mode regression introduced by 20e7f53 3 years ago
Andrew Waterman 4ac904b7c0
Merge pull request #1206 from riscv-software-src/always_misaligned 3 years ago
YenHaoChen 89a44eb0a2 triggers: refactor: move mode_match() and textra_match() to private for protected 3 years ago
YenHaoChen 590a36e487 triggers: refactor: create trigger_t::common_match() 3 years ago
YenHaoChen 3b36645442 triggers: refactor: move textra_match() to protected from public 3 years ago
YenHaoChen 247f01691b triggers: refactor: move textra_match() into detect_trap_match::detect_trap_match() 3 years ago
YenHaoChen 0a45912d60 triggers: refactor: move textra_match() into mcontrol_common_t::detect_memory_access_match() 3 years ago
YenHaoChen 6fd0169b32 triggers: refactor: move detect_trap_match() to trap_common_t from itrigger_t/etrigger_t 3 years ago
YenHaoChen 4cf0ef9c4e triggers: refactor: create virtual function trap_common_t::simple_match() 3 years ago
YenHaoChen c0cc59d5c4 triggers: refactor: move get_action() to trap_common_t from itrigger_t/etrigger_t 3 years ago
YenHaoChen c8ea412319 triggers: refactor: move get_dmode() to trap_common_t from itrigger_t/etrigger_t 3 years ago
YenHaoChen 1517591add triggers: refactor: move action variable to trap_common_t from itrigger_t/etrigger_t 3 years ago
YenHaoChen 5fa820d323 triggers: refactor: move hit variable to trap_common_t from itrigger_t/etrigger_t 3 years ago
YenHaoChen 1ffeac39c5 triggers: refactor: move dmode variable to trap_common_t from itrigger_t/etrigger_t 3 years ago
YenHaoChen d9bc868d2c triggers: refactor: add empty parent trap_common_t class for itrigger_t and etrigger_t 3 years ago
Andrew Waterman 1aac9da38f Delete --enable-misaligned configure option 3 years ago
Andrew Waterman b3dfcf1523 Respect --[no-]misaligned command-line flag 3 years ago
Andrew Waterman a11af65d0e Add --[no-]misaligned command-line options 3 years ago
Andrew Waterman 8d084dbd09 Pass cfg object to processor_t constructor 3 years ago
Andrew Waterman 2a95b4e198
Merge pull request #1203 from riscv-software-src/misa-c-read-only 3 years ago
Andrew Waterman 07647a9b53
Merge pull request #1200 from riscv-software-src/mmio_pte 3 years ago
YenHaoChen 9f4a93dbf9 triggers: refactor: add bool etrigger_t::simple_match() 3 years ago
YenHaoChen 007199efdc triggers: refactor: add bool itrigger_t::simple_match() 3 years ago
Andrew Waterman 96be756b53 Make misa.C read-only 3 years ago
Andrew Waterman 85f7869bf5
Merge pull request #1205 from riscv-software-src/reservable 3 years ago
Jerry Zhao 43474ddc63 Support pte load/store from mmio regions 3 years ago
Jerry Zhao 25f9028475 Pull pte load/store into methods of mmu_t 3 years ago
Jerry Zhao c91fe0b0a6 Add method to probe which memory regions are reservable 3 years ago
Jerry Zhao 0d13d07a04 Remove extraneous semicolon from simif.h 3 years ago
Jerry Zhao 76ee37a1af Specify addresses are physical for simif_t member functions 3 years ago
Scott Johnson ad5fcd96e9
Merge pull request #1177 from YenHaoChen/pr-mcontrol6 3 years ago
Andrew Waterman e4126acfa4 Make obvious that PC alignment mask is a function of IALIGN 3 years ago
Andrew Waterman f11c7b64b4
Merge pull request #1197 from riscv-software-src/wfi 3 years ago
Jerry Zhao 20e7f5363b Prevent processor_t from retiring instructions after a WFI 3 years ago
Andrew Waterman 591e622923
Merge pull request #1196 from riscv-software-src/readme_address 3 years ago
Tim Newsome b282cafd59 Change address used in gdb debug example. 3 years ago
Andrew Waterman c94cafa66a
Merge pull request #1195 from riscv-software-src/mmio_type 3 years ago
Andrew Waterman 205d8db0a8
Merge pull request #1194 from riscv-software-src/clean-up-makefiles 3 years ago
Jerry Zhao 15635c2553 Add mmio_fetch to simif_t to distinguish between fetch/load for mmio accesses 3 years ago
Andrew Waterman dfc9b5fce1 Remove dead code in Makefile.in 3 years ago
Andrew Waterman 540c3ce056 Remove non-installed header lists from Makefile fragments 3 years ago
Andrew Waterman 3349dc5113
Merge pull request #1192 from riscv-software-src/improve-histogram 3 years ago
Andrew Waterman 662a00c595
Merge pull request #1191 from riscv-software-src/always_histogram 3 years ago
Andrew Waterman 4ecbaf15df
Merge pull request #1147 from riscv-software-src/extension-namespace 3 years ago
Andrew Waterman 8ed1919047
Merge pull request #1193 from riscv-software-src/fix-build-nondeterminism 3 years ago
Andrew Waterman af399342a4 Fix build nondeterminism by deleting archives before recreating 3 years ago
Andrew Waterman d6e5a0ed89 Speed up histogramming by changing data structure 3 years ago
Andrew Waterman ea70167d28 Sort histogram printout count, rather than address 3 years ago