mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-11 06:05:49 +00:00
When a timer interrupt occurs it should be routed to the machine interrupt pending MTIP even if MIDELEG[5] = 1 when the current privilege mode is Machine. This is true for all the interrupts. The interrupt should not be masked even though it is delegated to a lower privilege. Since the CPU is currently in machine mode the interrupt must be taken if MIE. Additionally added a new qemu script which pipes together all the parsing and post processing scripts to produce the singular all.txt trace without the massivie intermediate files. |
||
|---|---|---|
| .. | ||
| deprecated-scripts | ||
| combineGDBs.py | ||
| CreateTrace.sh | ||
| debugBuildroot.sh | ||
| find_csr.sh | ||
| fix_csrs.py | ||
| fix_mem.py | ||
| gdbinit | ||
| gdbinit_debug | ||
| gdbinit_mem | ||
| gdbinit_qemulog | ||
| logAllBuildroot.sh | ||
| logBuildrootMem.sh | ||
| parse_gdb_output.py | ||
| parse_qemu.py | ||
| parseNew.py | ||
| remove_dup.awk | ||