| 2020-09-06 | Luke Kenneth... | decoder immediate b split out to DecodeBImm | commit | commitdiff | tree | 
| 2020-09-06 | Luke Kenneth... | decoder immediate a split out to DecodeAImm | commit | commitdiff | tree | 
| 2020-09-06 | Luke Kenneth... | add row subset selector for PowerDecode. | commit | commitdiff | tree | 
| 2020-09-06 | Luke Kenneth... | add row_subset (doesnt do anything yet) | commit | commitdiff | tree | 
| 2020-09-06 | Luke Kenneth... | pass col_subset throughout PowerDecoder | commit | commitdiff | tree | 
| 2020-09-06 | Luke Kenneth... | reorganise PowerOp to be dynamic | commit | commitdiff | tree | 
| 2020-09-06 | Luke Kenneth... | reorg of PowerOp to be able to dynamically subset it | commit | commitdiff | tree | 
| 2020-09-06 | Luke Kenneth... | grr, autopep8 messing up | commit | commitdiff | tree | 
| 2020-09-06 | Luke Kenneth... | copy dec SPR into decoder cur_state | commit | commitdiff | tree | 
| 2020-09-06 | Luke Kenneth... | add reset option to Register | commit | commitdiff | tree | 
| 2020-09-06 | Luke Kenneth... | wark-wark, fast regs is binary-addressed | commit | commitdiff | tree | 
| 2020-09-06 | Luke Kenneth... | add unit test for slow SPRs (SPRG0/1) | commit | commitdiff | tree | 
| 2020-09-06 | Luke Kenneth... | minor code-munge on SPR-to-FAST mapping | commit | commitdiff | tree | 
| 2020-09-06 | Luke Kenneth... | use with subTest in spr unit test | commit | commitdiff | tree | 
| 2020-09-06 | Luke Kenneth... | redo generation of microwatt.v from litex | commit | commitdiff | tree | 
| 2020-09-06 | Luke Kenneth... | add comments for DEC / TB | commit | commitdiff | tree | 
| 2020-09-06 | Luke Kenneth... | add a DEC/TB FSM to TestIssuer | commit | commitdiff | tree | 
| 2020-09-06 | Luke Kenneth... | move DEC and TB from StateRegs to FastRegs for several... | commit | commitdiff | tree | 
| 2020-09-06 | Luke Kenneth... | add DEC SPR to CoreState and PowerDecoder, activate... | commit | commitdiff | tree | 
| 2020-09-06 | Luke Kenneth... | add DEC and TB to State regfile | commit | commitdiff | tree | 
| 2020-09-06 | Luke Kenneth... | add DEC/TB SPRs to spr pipeline | commit | commitdiff | tree | 
| 2020-09-05 | Luke Kenneth... | add comments on MSR read | commit | commitdiff | tree | 
| 2020-09-05 | Luke Kenneth... | move GPIO IRQ to 15 to match microwatt modifications | commit | commitdiff | tree | 
| 2020-09-05 | Luke Kenneth... | hmmm XICS data being asserted on wb bus for too long | commit | commitdiff | tree | 
| 2020-09-05 | Luke Kenneth... | argh missed a VHDL "&" translating to Cat | commit | commitdiff | tree | 
| 2020-09-05 | Luke Kenneth... | reduce XICS address lookup by 2 bits | commit | commitdiff | tree | 
| 2020-09-05 | Luke Kenneth... | MSR read in INSN_READ only occurs for 1 cycle | commit | commitdiff | tree | 
| 2020-09-05 | Luke Kenneth... | sync on ICP eint | commit | commitdiff | tree | 
| 2020-09-05 | Luke Kenneth... | connect XICS core irq to Decode2 eint | commit | commitdiff | tree | 
| 2020-09-05 | Luke Kenneth... | whoops, combinatorial loop on pending_priority | commit | commitdiff | tree | 
| 2020-09-05 | Luke Kenneth... | use stbcix in test | commit | commitdiff | tree | 
| 2020-09-05 | Luke Kenneth... | XICS addresses in words: divide by 4 | commit | commitdiff | tree | 
| 2020-09-05 | Luke Kenneth... | whoops, ICS in litex sim needs to be 0x1000 size region | commit | commitdiff | tree | 
| 2020-09-05 | Luke Kenneth... | add lwzcix unit test | commit | commitdiff | tree | 
| 2020-09-05 | Luke Kenneth... | increase wishbone address width to 29 for xics and... | commit | commitdiff | tree | 
| 2020-09-05 | Luke Kenneth... | submodule update | commit | commitdiff | tree | 
| 2020-09-05 | Luke Kenneth... | add simple GPIO wishbone bus to litex sim.py | commit | commitdiff | tree | 
| 2020-09-05 | Luke Kenneth... | add stbcix and lwzcix to power_enum list | commit | commitdiff | tree | 
| 2020-09-05 | Luke Kenneth... | add simple GPIO peripheral to verilog TestIssuer | commit | commitdiff | tree | 
| 2020-09-05 | Luke Kenneth... | move wb read/write to separate util test library and... | commit | commitdiff | tree | 
| 2020-09-05 | Luke Kenneth... | add simple wishbone GPIO peripheral | commit | commitdiff | tree | 
| 2020-09-05 | Samuel A. Falvo II | Add unit test replicating failing proof case | commit | commitdiff | tree | 
| 2020-09-04 | Luke Kenneth... | add sld test with RB=64 to see what happens | commit | commitdiff | tree | 
| 2020-09-04 | Luke Kenneth... | reduce CSR data width to 8 as an experiment | commit | commitdiff | tree | 
| 2020-09-04 | Luke Kenneth... | add UART reserved IRQ @ 0 | commit | commitdiff | tree | 
| 2020-09-04 | Luke Kenneth... | add XICS memory regions, shrink litex CSR memmap size... | commit | commitdiff | tree | 
| 2020-09-04 | Luke Kenneth... | adding XICS wb slave devices to litex sim | commit | commitdiff | tree | 
| 2020-09-04 | Luke Kenneth... | bring out XICS ICS interrupt levels so that they can... | commit | commitdiff | tree | 
| 2020-09-04 | Luke Kenneth... | adding option to include XICS external interrupts. | commit | commitdiff | tree | 
| 2020-09-04 | Luke Kenneth... | add means to run hello_world.bin under simulation | commit | commitdiff | tree | 
| 2020-09-04 | Jacob Lifshay | update to match refactored power-instruction-analyzer API | commit | commitdiff | tree | 
| 2020-09-03 | Samuel A. Falvo II | Provide full name and email in copyright notice. | commit | commitdiff | tree | 
| 2020-09-03 | Luke Kenneth... | do more on dcache conversion | commit | commitdiff | tree | 
| 2020-09-03 | Luke Kenneth... | testing microwatt 3.bin (2.bin ok) | commit | commitdiff | tree | 
| 2020-09-02 | Luke Kenneth... | when mtocrf FXM is 0, the CR has to be set to CR7 | commit | commitdiff | tree | 
| 2020-09-02 | Luke Kenneth... | fix bug in cmpli (and cmplw) | commit | commitdiff | tree | 
| 2020-09-02 | Luke Kenneth... | sign-extend lhax needs 16-64, separate from lwax which... | commit | commitdiff | tree | 
| 2020-09-02 | Luke Kenneth... | add bc ctr regression test when CTR=0 and CTR=1 | commit | commitdiff | tree | 
| 2020-09-02 | Luke Kenneth... | update submodule | commit | commitdiff | tree | 
| 2020-09-02 | Luke Kenneth... | bug in carry32 handling in OP_CMP | commit | commitdiff | tree | 
| 2020-09-02 | Luke Kenneth... | add cmpl regression test (one binary, one assembly) | commit | commitdiff | tree | 
| 2020-09-02 | Luke Kenneth... | add cmpl microwatt 1.bin test, cmpl | commit | commitdiff | tree | 
| 2020-09-02 | Luke Kenneth... | series of extensive modifications to fix long-standing... | commit | commitdiff | tree | 
| 2020-08-31 | Luke Kenneth... | add XER to fastregs and "construct" it in mfspr/mtspr | commit | commitdiff | tree | 
| 2020-08-30 | Luke Kenneth... | redo OP_CMP based on microwatt.  L=1 had been ignored | commit | commitdiff | tree | 
| 2020-08-30 | Luke Kenneth... | reversal of FXM mask for one-hot selection in OP_MTCR... | commit | commitdiff | tree | 
| 2020-08-30 | Luke Kenneth... | working on dcache.py | commit | commitdiff | tree | 
| 2020-08-30 | Luke Kenneth... | tidyup on mul proof | commit | commitdiff | tree | 
| 2020-08-30 | Luke Kenneth... | set mul post_stage o.ok only when needed, and fix xer_s... | commit | commitdiff | tree | 
| 2020-08-30 | Cole Poirier | Merge branch 'master' of git.libre-soc.org:soc | commit | commitdiff | tree | 
| 2020-08-30 | Cole Poirier | icache.py commit progress, about a third through the... | commit | commitdiff | tree | 
| 2020-08-29 | Samuel A. Falvo II | Qualify XER_OV output in proof | commit | commitdiff | tree | 
| 2020-08-29 | Samuel A. Falvo II | Fix test breakage in MUL proofs | commit | commitdiff | tree | 
| 2020-08-29 | Cole Poirier | Merge branch 'master' of git.libre-soc.org:soc | commit | commitdiff | tree | 
| 2020-08-29 | Cole Poirier | mmu.py, dcache.py, mem_types.py change types capitaliza... | commit | commitdiff | tree | 
| 2020-08-29 | Cole Poirier | mem_types add more types from common.vhdl specifially... | commit | commitdiff | tree | 
| 2020-08-29 | Cole Poirier | mem_types.py arrange in alphabetical order for ease... | commit | commitdiff | tree | 
| 2020-08-29 | Samuel A. Falvo II | BROKEN: xer_ov_o != dut.o.xer_ov.data ???!!! | commit | commitdiff | tree | 
| 2020-08-29 | Cole Poirier | mmu.py remove duplicate comment left over from mmu... | commit | commitdiff | tree | 
| 2020-08-29 | Cole Poirier | icache.py initial commit of first attempt at translatio... | commit | commitdiff | tree | 
| 2020-08-29 | Cesar Strauss | Move new write_gtkw and its example to nmutil | commit | commitdiff | tree | 
| 2020-08-29 | Luke Kenneth... | minor code-shuffle, comments | commit | commitdiff | tree | 
| 2020-08-29 | Luke Kenneth... | slowly morphing towards using an XER bit-field selector... | commit | commitdiff | tree | 
| 2020-08-29 | Samuel A. Falvo II | MUL pipeline formal proofs complete, I *think*. | commit | commitdiff | tree | 
| 2020-08-29 | Luke Kenneth... | break down XER into flags | commit | commitdiff | tree | 
| 2020-08-29 | Luke Kenneth... | add XER read via DMI interface to sim.py | commit | commitdiff | tree | 
| 2020-08-29 | Luke Kenneth... | add hack to get at XER through DMI interface | commit | commitdiff | tree | 
| 2020-08-29 | Luke Kenneth... | submodule update | commit | commitdiff | tree | 
| 2020-08-29 | Samuel A. Falvo II | WIP: prep for 64-bit insns | commit | commitdiff | tree | 
| 2020-08-29 | Luke Kenneth... | yep disable OE for MULH64/32 and EXTS and CNTZ | commit | commitdiff | tree | 
| 2020-08-29 | Luke Kenneth... | investigating CR mtocrf / mfocrf | commit | commitdiff | tree | 
| 2020-08-29 | Luke Kenneth... | add additional CR regression tests | commit | commitdiff | tree | 
| 2020-08-29 | Luke Kenneth... | allow pseudocode numbering to decrement in for-loops | commit | commitdiff | tree | 
| 2020-08-29 | Luke Kenneth... | add wat to write out raw binary assembled programs | commit | commitdiff | tree | 
| 2020-08-29 | Luke Kenneth... | CR FXM becomes a full mask. | commit | commitdiff | tree | 
| 2020-08-28 | Cole Poirier | dcache.py add first attempt at translation of dcache_tb... | commit | commitdiff | tree | 
| 2020-08-27 | Cole Poirier | dcache.py add skeleton sim and test adapted from mmu... | commit | commitdiff | tree | 
| 2020-08-27 | Cole Poirier | Merge branch 'master' of git.libre-soc.org:soc | commit | commitdiff | tree | 
| 2020-08-27 | Cole Poirier | dcache.py implement the remaining vhdl generate stateme... | commit | commitdiff | tree | 
| 2020-08-27 | Luke Kenneth... | https://bugs.libre-soc.org/show_bug.cgi?id=476 | commit | commitdiff | tree | 
| next |