Pass object code filename instead of actual data
[openpower-isa.git] / src / openpower / decoder / isa / pypowersim.py
2023-03-20 Konstantinos Marga... Pass object code filename instead of actual data
2023-01-01 Luke Kenneth Casso... ascii dump on xchacha20 to compare against x86 version
2022-09-25 Konstantinos Marga... comment out debug dumps
2022-09-22 Konstantinos Marga... dump memory
2022-09-21 Konstantinos Marga... necessary changes for run_a_simulation to work with...
2022-09-19 Luke Kenneth Casso... add function for calling a simulation
2022-08-25 Jacob Lifshayfix deprecated imports
2021-06-19 Luke Kenneth Casso... increase number of registers to 128 in pypowersim
2021-06-02 Luke Kenneth Casso... add commented-out debug prints
2021-06-01 Luke Kenneth Casso... whoops missing argument
2021-06-01 Luke Kenneth Casso... move spot-check mem compare to a function
2021-06-01 Luke Kenneth Casso... check both LD and ST in qemu compare
2021-06-01 Luke Kenneth Casso... bit more memdump debugging on qemu sim
2021-06-01 Luke Kenneth Casso... comment cleanup, record last LD/ST address in simulator
2021-06-01 Luke Kenneth Casso... sorting out qemu co-simulation to read/write FP regs
2021-05-29 Luke Kenneth Casso... dump memory from qemu in pypowersim
2021-05-28 Luke Kenneth Casso... print out offset for load address in hex
2021-05-27 Luke Kenneth Casso... move SPR set to qemu.py
2021-05-27 Luke Kenneth Casso... debug print qemu and simulator LR
2021-05-27 Luke Kenneth Casso... set SPRs inside qemu run_program
2021-05-27 Luke Kenneth Casso... add disassembly dump and set_lr to qemu
2021-05-27 Luke Kenneth Casso... hex dump debug
2021-05-27 Luke Kenneth Casso... get full qemu list of registers, on each cycle, saves...
2021-05-27 Luke Kenneth Casso... report log expected different qemu values rather than...
2021-05-27 Luke Kenneth Casso... whoops inverted logic on qemu endian set
2021-05-27 Luke Kenneth Casso... add setting of qemu GPRs/FPRs in pypowersim
2021-05-27 Luke Kenneth Casso... slightly messy: qemu goes haywire at the last instruction.
2021-05-27 Luke Kenneth Casso... create a register cache for qemu machine interface...
2021-05-27 Luke Kenneth Casso... get qemu operational single-step mode, use in pypowersim
2021-05-25 Luke Kenneth Casso... extracting memory for dump must be big-endian ordered
2021-05-25 Luke Kenneth Casso... whoops two options "-l", rename one "-a" for "assembly...
2021-05-25 Luke Kenneth Casso... allow comments in SPR / GPR / FPR files
2021-05-25 Lauri KasanenUse log in pypowersim, add counter TODO in help
2021-05-25 Luke Kenneth Casso... more notes on pypowersim
2021-05-25 Luke Kenneth Casso... add dump-out option to pypowersim
2021-05-25 Luke Kenneth Casso... add add setting of LR so that code jumps outside of...
2021-05-24 Luke Kenneth Casso... sigh, initialise FPRs to zeros to engage FP decode
2021-05-21 Luke Kenneth Casso... add demo --load option to pypowersim
2021-05-21 Luke Kenneth Casso... test with default godbolt.org loop example, slightly...
2021-05-21 Luke Kenneth Casso... add GPRs to pypowersim demo
2021-05-21 Luke Kenneth Casso... add dump of SPRs to pypowersim
2021-05-21 Luke Kenneth Casso... add option to run without a disassembly listing to...
2021-05-21 Luke Kenneth Casso... add pypowersim to commands installed
2021-05-21 Luke Kenneth Casso... add first command-line version of ISACaller