| 2021-06-02 | 
Luke Kenneth...  | get qemu FP regs correctly | 
commit | commitdiff | tree | 
| 2021-06-02 | 
Luke Kenneth...  | FP basic qemu sim, testing fadds loads and stores | 
commit | commitdiff | tree | 
| 2021-06-02 | 
Luke Kenneth...  | appears that the FP operation takes place at full 64...  | 
commit | commitdiff | tree | 
| 2021-06-01 | 
Luke Kenneth...  | whoops missing argument | 
commit | commitdiff | tree | 
| 2021-06-01 | 
Luke Kenneth...  | move spot-check mem compare to a function | 
commit | commitdiff | tree | 
| 2021-06-01 | 
Luke Kenneth...  | check both LD and ST in qemu compare | 
commit | commitdiff | tree | 
| 2021-06-01 | 
Luke Kenneth...  | bizarre, GPR 3 is set by qemu to non-zero at startup. | 
commit | commitdiff | tree | 
| 2021-06-01 | 
Luke Kenneth...  | whoops start basic sim from 0x20000000 | 
commit | commitdiff | tree | 
| 2021-06-01 | 
Luke Kenneth...  | bit more memdump debugging on qemu sim | 
commit | commitdiff | tree | 
| 2021-06-01 | 
Luke Kenneth...  | comment cleanup, record last LD/ST address in simulator | 
commit | commitdiff | tree | 
| 2021-06-01 | 
Luke Kenneth...  | whoops crank down the debug level | 
commit | commitdiff | tree | 
| 2021-06-01 | 
Luke Kenneth...  | sorting out qemu co-simulation to read/write FP regs | 
commit | commitdiff | tree | 
| 2021-05-30 | 
Luke Kenneth...  | add "normal" element-strided LD/ST decode/support to...  | 
commit | commitdiff | tree | 
| 2021-05-29 | 
Luke Kenneth...  | comments | 
commit | commitdiff | tree | 
| 2021-05-29 | 
Luke Kenneth...  | add unit-strided LD/ST ISACaller SVP64 unit test | 
commit | commitdiff | tree | 
| 2021-05-29 | 
Luke Kenneth...  | initialise SVP64 ld/st mode decoding in PowerDecoder2 | 
commit | commitdiff | tree | 
| 2021-05-29 | 
Luke Kenneth...  | comments | 
commit | commitdiff | tree | 
| 2021-05-29 | 
Luke Kenneth...  | extract LDST mode from SVP64 RM | 
commit | commitdiff | tree | 
| 2021-05-29 | 
Luke Kenneth...  | can't stand python 'format' | 
commit | commitdiff | tree | 
| 2021-05-29 | 
Luke Kenneth...  | dump memory from qemu in pypowersim | 
commit | commitdiff | tree | 
| 2021-05-29 | 
Luke Kenneth...  | add SVP64 RM LDST mode enum | 
commit | commitdiff | tree | 
| 2021-05-28 | 
Lauri Kasanen | Begin on SV for mp3_0 | 
commit | commitdiff | tree | 
| 2021-05-28 | 
Luke Kenneth...  | print out offset for load address in hex | 
commit | commitdiff | tree | 
| 2021-05-28 | 
Luke Kenneth...  | probably got MSR.FP bit set... maybe | 
commit | commitdiff | tree | 
| 2021-05-28 | 
Luke Kenneth...  | add quick stfd test to make sure MSR.FP is set | 
commit | commitdiff | tree | 
| 2021-05-28 | 
Lauri Kasanen | Correct mp3_1 dump size | 
commit | commitdiff | tree | 
| 2021-05-28 | 
Lauri Kasanen | Add 16kb stack space (total 20kb before it hits vecs...  | 
commit | commitdiff | tree | 
| 2021-05-28 | 
Lauri Kasanen | Undo qemu address changes | 
commit | commitdiff | tree | 
| 2021-05-27 | 
Luke Kenneth...  | increase RAM sizes for media memmap | 
commit | commitdiff | tree | 
| 2021-05-27 | 
Luke Kenneth...  | moving stack and parameters higher up for media test | 
commit | commitdiff | tree | 
| 2021-05-27 | 
Luke Kenneth...  | move stack pointer higher up to keep qemu happier in...  | 
commit | commitdiff | tree | 
| 2021-05-27 | 
Luke Kenneth...  | move SPR set to qemu.py | 
commit | commitdiff | tree | 
| 2021-05-27 | 
Luke Kenneth...  | debug print qemu and simulator LR | 
commit | commitdiff | tree | 
| 2021-05-27 | 
Luke Kenneth...  | set SPRs inside qemu run_program | 
commit | commitdiff | tree | 
| 2021-05-27 | 
Luke Kenneth...  | add disassembly dump and set_lr to qemu | 
commit | commitdiff | tree | 
| 2021-05-27 | 
Luke Kenneth...  | hex dump debug | 
commit | commitdiff | tree | 
| 2021-05-27 | 
Luke Kenneth...  | skip step, program pointing at correct location already | 
commit | commitdiff | tree | 
| 2021-05-27 | 
Luke Kenneth...  | whoops yield in setup_one ISACaller | 
commit | commitdiff | tree | 
| 2021-05-27 | 
Luke Kenneth...  | speed up bytes upload in qemu.py | 
commit | commitdiff | tree | 
| 2021-05-27 | 
Luke Kenneth...  | set PC in pypowersim | 
commit | commitdiff | tree | 
| 2021-05-27 | 
Luke Kenneth...  | pass output dump argument to shell script for audio...  | 
commit | commitdiff | tree | 
| 2021-05-27 | 
Luke Kenneth...  | get full qemu list of registers, on each cycle, saves...  | 
commit | commitdiff | tree | 
| 2021-05-27 | 
Luke Kenneth...  | report log expected different qemu values rather than...  | 
commit | commitdiff | tree | 
| 2021-05-27 | 
Luke Kenneth...  | whoops inverted logic on qemu endian set | 
commit | commitdiff | tree | 
| 2021-05-27 | 
Luke Kenneth...  | add setting of qemu GPRs/FPRs in pypowersim | 
commit | commitdiff | tree | 
| 2021-05-27 | 
Luke Kenneth...  | slightly messy: qemu goes haywire at the last instruction. | 
commit | commitdiff | tree | 
| 2021-05-27 | 
Luke Kenneth...  | oops syntax error | 
commit | commitdiff | tree | 
| 2021-05-27 | 
Luke Kenneth...  | add qemu gpr/fpr set/get | 
commit | commitdiff | tree | 
| 2021-05-27 | 
Luke Kenneth...  | create a register cache for qemu machine interface...  | 
commit | commitdiff | tree | 
| 2021-05-27 | 
Luke Kenneth...  | get qemu operational single-step mode, use in pypowersim | 
commit | commitdiff | tree | 
| 2021-05-26 | 
Lauri Kasanen | QoL tuning | 
commit | commitdiff | tree | 
| 2021-05-26 | 
Lauri Kasanen | Missed semicolon | 
commit | commitdiff | tree | 
| 2021-05-26 | 
Lauri Kasanen | Dedup them via scripts | 
commit | commitdiff | tree | 
| 2021-05-26 | 
Lauri Kasanen | Fill in first mp3_1 incantation | 
commit | commitdiff | tree | 
| 2021-05-26 | 
Lauri Kasanen | Fill in all mp3_0 runs, move the spr to a common file | 
commit | commitdiff | tree | 
| 2021-05-26 | 
Lauri Kasanen | Undo log in mem dump | 
commit | commitdiff | tree | 
| 2021-05-26 | 
Lauri Kasanen | Use log in decoder/* | 
commit | commitdiff | tree | 
| 2021-05-26 | 
Lauri Kasanen | Undo log in isa/caller reg dump | 
commit | commitdiff | tree | 
| 2021-05-26 | 
Lauri Kasanen | Use log in isa/mem | 
commit | commitdiff | tree | 
| 2021-05-25 | 
Luke Kenneth...  | extracting memory for dump must be big-endian ordered | 
commit | commitdiff | tree | 
| 2021-05-25 | 
Luke Kenneth...  | add loading of data and output dump of samples to mp3...  | 
commit | commitdiff | tree | 
| 2021-05-25 | 
Luke Kenneth...  | whoops two options "-l", rename one "-a" for "assembly...  | 
commit | commitdiff | tree | 
| 2021-05-25 | 
Luke Kenneth...  | allow comments in SPR / GPR / FPR files | 
commit | commitdiff | tree | 
| 2021-05-25 | 
Lauri Kasanen | Use log in pypowersim, add counter TODO in help | 
commit | commitdiff | tree | 
| 2021-05-25 | 
Lauri Kasanen | Switch to log in decoder/helpers | 
commit | commitdiff | tree | 
| 2021-05-25 | 
Lauri Kasanen | Switch to log in isa/caller | 
commit | commitdiff | tree | 
| 2021-05-25 | 
Luke Kenneth...  | more notes on pypowersim | 
commit | commitdiff | tree | 
| 2021-05-25 | 
Luke Kenneth...  | add dump-out option to pypowersim | 
commit | commitdiff | tree | 
| 2021-05-25 | 
Luke Kenneth...  | add add setting of LR so that code jumps outside of...  | 
commit | commitdiff | tree | 
| 2021-05-24 | 
Luke Kenneth...  | quick add of pypowersim command to run the apply_window...  | 
commit | commitdiff | tree | 
| 2021-05-24 | 
Lauri Kasanen | Save initial mp3_0 regs | 
commit | commitdiff | tree | 
| 2021-05-24 | 
Lauri Kasanen | Save a local copy of the calling conventions | 
commit | commitdiff | tree | 
| 2021-05-24 | 
Luke Kenneth...  | add TODO comment running simulator | 
commit | commitdiff | tree | 
| 2021-05-24 | 
Luke Kenneth...  | add extra (dummy) mul operation, 0*0 | 
commit | commitdiff | tree | 
| 2021-05-24 | 
Luke Kenneth...  | sigh, initialise FPRs to zeros to engage FP decode | 
commit | commitdiff | tree | 
| 2021-05-24 | 
Luke Kenneth...  | fmuls is fine | 
commit | commitdiff | tree | 
| 2021-05-24 | 
Luke Kenneth...  | add nop support to ISACaller | 
commit | commitdiff | tree | 
| 2021-05-24 | 
Lauri Kasanen | Save initial mp3 C baseline asm | 
commit | commitdiff | tree | 
| 2021-05-23 | 
Luke Kenneth...  | read all lines in advance, in case of in-place overwrite | 
commit | commitdiff | tree | 
| 2021-05-23 | 
Luke Kenneth...  | add svp64 assembler "processor" commandline for replaci...  | 
commit | commitdiff | tree | 
| 2021-05-23 | 
Cesar Strauss | Give a trace name for each exception type | 
commit | commitdiff | tree | 
| 2021-05-22 | 
Cesar Strauss | Add new generated files to .gitignore | 
commit | commitdiff | tree | 
| 2021-05-21 | 
Luke Kenneth...  | add demo --load option to pypowersim | 
commit | commitdiff | tree | 
| 2021-05-21 | 
Luke Kenneth...  | test with default godbolt.org loop example, slightly...  | 
commit | commitdiff | tree | 
| 2021-05-21 | 
Luke Kenneth...  | add GPRs to pypowersim demo | 
commit | commitdiff | tree | 
| 2021-05-21 | 
Luke Kenneth...  | return register values from GPR.dump in ISACaller | 
commit | commitdiff | tree | 
| 2021-05-21 | 
Luke Kenneth...  | return dump of SPRs (to be used for saving, later) | 
commit | commitdiff | tree | 
| 2021-05-21 | 
Luke Kenneth...  | add dump of SPRs to pypowersim | 
commit | commitdiff | tree | 
| 2021-05-21 | 
Luke Kenneth...  | add testloop.s | 
commit | commitdiff | tree | 
| 2021-05-21 | 
Luke Kenneth...  | add first pypowersim example | 
commit | commitdiff | tree | 
| 2021-05-21 | 
Luke Kenneth...  | add option to run without a disassembly listing to...  | 
commit | commitdiff | tree | 
| 2021-05-21 | 
Luke Kenneth...  | add pypowersim to commands installed | 
commit | commitdiff | tree | 
| 2021-05-21 | 
Luke Kenneth...  | add first command-line version of ISACaller | 
commit | commitdiff | tree | 
| 2021-05-20 | 
Luke Kenneth...  | only place underscore in front of index if it is a...  | 
commit | commitdiff | tree | 
| 2021-05-19 | 
Luke Kenneth...  | switch over to log function in SelectableInt | 
commit | commitdiff | tree | 
| 2021-05-19 | 
Luke Kenneth...  | document test_fp_single_ldst | 
commit | commitdiff | tree | 
| 2021-05-19 | 
Luke Kenneth...  | re-enable other SVP64 FP tests | 
commit | commitdiff | tree | 
| 2021-05-19 | 
Luke Kenneth...  | comments for SVP64 ASM LD/ST-with-update duplicate RA | 
commit | commitdiff | tree | 
| 2021-05-19 | 
Luke Kenneth...  | add silent log debug option, if SILENCELOG env var...  | 
commit | commitdiff | tree | 
| 2021-05-19 | 
Luke Kenneth...  | resolve merge conflicts, effectively reverting "verbose...  | 
commit | commitdiff | tree | 
| next |