SimRunner: support running an ELFFile
[openpower-isa.git] / src / openpower / test / runner.py
2023-12-01 Jacob LifshaySimRunner: support running an ELFFile
2023-12-01 Jacob Lifshaycaller.py: implement exit_group syscall
2023-11-30 Jacob Lifshaytest/runner: allow disabling VCD using SIM_NO_VCD=1...
2023-11-02 Luke Kenneth Casso... use of the word "Kind" is too irritating. replace all...
2023-10-22 Dmitry Selyutintest/runner: introduce use_syscall_emu parameter
2023-09-23 Jacob Lifshayadd MemMMap class
2023-05-17 Jacob Lifshayadd support for setting initial FPSCR in unit tests
2023-01-01 Cesar StraussHandle newer nMigen adding a "bench" top-level root...
2022-09-13 Jacob Lifshayadd fp support to TestRunnerBase
2022-08-29 Jacob Lifshaylog memory in a more fancy format, like hexdump -C
2022-08-26 Jacob Lifshayadd more logging
2022-08-26 Jacob Lifshayconvert more `print`s to `log`s
2022-08-25 Jacob Lifshayremove last uses of soc
2022-08-25 Jacob Lifshayformat test/runner.py
2022-08-24 Jacob Lifshayadd self.subTest and src_loc_at support to TestAccumula...
2022-04-08 Jacob Lifshayadd SPDX-License-Identifier rather than License:
2022-02-28 Luke Kenneth Casso... add default XLEN=64 as temporary hack
2022-01-10 Luke Kenneth Casso... increase addr_wid to 64 in TestRunnerBase. hm this...
2021-12-28 Cesar StraussAdd an inorder flag to pspec
2021-12-27 Luke Kenneth Casso... add empty default_mem for running without MMU
2021-12-24 Luke Kenneth Casso... clear memory is optional
2021-12-24 Luke Kenneth Casso... whoops forgot to put the copy of the wb_get memory...
2021-12-21 Luke Kenneth Casso... take a copy of the wb_get memory and then for each...
2021-12-19 Luke Kenneth Casso... save mmu simulation to different gtkwave file in TestRu...
2021-12-18 Luke Kenneth Casso... bit more verbose info about number of instructions run
2021-12-18 Luke Kenneth Casso... use new core domain variable in TestRunnerBase
2021-12-18 Luke Kenneth Casso... ooo annoying, it is actually icache.ibus
2021-12-18 Luke Kenneth Casso... whoops error in accessing icache.ibus which is an inter...
2021-12-16 Luke Kenneth Casso... start/stop wb_get in TestRunnerBase, otherwise it never...
2021-12-15 Luke Kenneth Casso... must read off of ibus in wb_get TestRunnerBase
2021-12-12 Luke Kenneth Casso... enable mmu_cache_wb for wb_get mode in TestRunnerBase
2021-12-12 Luke Kenneth Casso... add pretty-print of MMU memory to be used for a TestRun...
2021-12-09 Luke Kenneth Casso... add I-Cache wishbone bus to wb_get when MMU and ROM...
2021-12-05 Tobias Platenfix microwatt_mmu and and wishbone_memory output in...
2021-12-05 Luke Kenneth Casso... connect to dcache.bus standard interface when using...
2021-12-05 Luke Kenneth Casso... correct import of wb_get function
2021-12-04 Luke Kenneth Casso... enable MMU in SimRunner if requested. now HDL and...
2021-12-03 Luke Kenneth Casso... add link to exceptions in gtkw traces
2021-11-30 Luke Kenneth Casso... attempting to use PowerDecode2 in non-svp64 mode
2021-11-21 Luke Kenneth Casso... sigh, for overlap mode there is no safe way to get...
2021-11-17 Luke Kenneth Casso... add allow_overlap argument to TestRunnerBase
2021-11-11 Luke Kenneth Casso... add core state to gtkw
2021-11-10 Luke Kenneth Casso... attempt to get gtkw simulator signals updated on WB MMU
2021-11-10 Luke Kenneth Casso... add LDST msr_pr to gtkw debug
2021-11-10 Luke Kenneth Casso... display 64 bits of msr
2021-11-10 Luke Kenneth Casso... add MSR to ldst operand debug gtkw
2021-11-10 Luke Kenneth Casso... add MSR to gtkw file for simulation output
2021-10-25 klehmantests now dump into caller dirs
2021-10-25 klehmanadded dump_state_tofile for code creation
2021-10-07 klehmanadditional comments for runner
2021-10-01 klehmanfix for self.rom core
2021-10-01 Luke Kenneth Casso... set run_hdl arg to None because it passes in a class now
2021-10-01 Luke Kenneth Casso... copy over TestRunner class from soc/simple/test/test_ru...