increase addr_wid to 64 in TestRunnerBase. hm this should not
[openpower-isa.git] / src / openpower / test / runner.py
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...