add example radix walk from power-gem5
[soc.git] / src /
2020-09-13 Luke Kenneth Casso... add example radix walk from power-gem5
2020-09-13 Luke Kenneth Casso... MMU test
2020-09-13 Luke Kenneth Casso... clarify
2020-09-13 Luke Kenneth Casso... sort out ariane PLRU, rename/clarify
2020-09-13 Luke Kenneth Casso... minor error in plru
2020-09-13 Luke Kenneth Casso... rename cache_valid_bits to cache_validsg
2020-09-13 Luke Kenneth Casso... cache_valid_idx too large in dcache
2020-09-13 Luke Kenneth Casso... whoops, cache valid array too small in dcache
2020-09-12 Luke Kenneth Casso... more dcache debugging
2020-09-12 Luke Kenneth Casso... missing reservation address comparison
2020-09-12 Luke Kenneth Casso... dcache tidyup
2020-09-12 Luke Kenneth Casso... more dcache debugging
2020-09-12 Luke Kenneth Casso... add random dcache mem test
2020-09-12 Luke Kenneth Casso... cache valid corrupted: fixed
2020-09-12 Luke Kenneth Casso... adding names to array signals
2020-09-12 Luke Kenneth Casso... whoops, indentation error
2020-09-12 Luke Kenneth Casso... enable Display debugs
2020-09-12 Luke Kenneth Casso... set bytesel in dcache store
2020-09-11 Luke Kenneth Casso... separat stbs_done into ld/st
2020-09-11 Luke Kenneth Casso... dcache load/store test
2020-09-11 Luke Kenneth Casso... debugging dcache
2020-09-11 Luke Kenneth Casso... wrong width for data / addr
2020-09-11 Luke Kenneth Casso... connect up WB SRAM to dcache test
2020-09-11 Luke Kenneth Casso... start on dcache test
2020-09-11 Luke Kenneth Casso... missing comb +=
2020-09-11 Luke Kenneth Casso... missing maybe_tlb_plrus
2020-09-11 Luke Kenneth Casso... WAY_BITS not TLB_WAY_BITS
2020-09-11 Luke Kenneth Casso... whoops new node not to be calculated at end
2020-09-11 Luke Kenneth Casso... try to get better DTLBUpdate
2020-09-11 Luke Kenneth Casso... simplify dcache pending
2020-09-11 Luke Kenneth Casso... move dcache pending test to separate module
2020-09-11 Luke Kenneth Casso... more error correction in dcache
2020-09-11 Luke Kenneth Casso... use module for TLBUpdate
2020-09-11 Luke Kenneth Casso... add brackets round if & in dcache
2020-09-11 Cole Poiriericache.py add test_icache and icache_sim derived from...
2020-09-11 Cole PoirierMerge branch 'master' of git.libre-soc.org:soc
2020-09-11 Cole Poiriericache.py fix spelling, syntax
2020-09-10 Luke Kenneth Casso... simplify read/write pte
2020-09-10 Luke Kenneth Casso... eek, big sort-out of syntax errors in dcache.py, now...
2020-09-10 Cole Poiriericache.py rearrange the code within the base class...
2020-09-10 Luke Kenneth Casso... starting on dcache syntax errors
2020-09-10 Luke Kenneth Casso... add PLRU microwatt conversion
2020-09-10 Luke Kenneth Casso... add function calls to construct dcache
2020-09-10 Luke Kenneth Casso... correct some errors introduced in dcache.py
2020-09-10 Luke Kenneth Casso... add docstring for PowerOp class
2020-09-09 Luke Kenneth Casso... more laborious line-by-line checking of dcache.py conve...
2020-09-09 Cole Poiriericache.py complete first translation pass of icache...
2020-09-08 Luke Kenneth Casso... add PowerDecoder explanation
2020-09-08 Luke Kenneth Casso... bit of a mess, trying to get PowerDecode to not create...
2020-09-08 Luke Kenneth Casso... subset columns for PowerDecoder - bit of a mess (done...
2020-09-08 Luke Kenneth Casso... create a special subset of Decoder Record for storing...
2020-09-08 Luke Kenneth Casso... pass in state into PowerDecode2, save on eqs and wires
2020-09-08 Luke Kenneth Casso... give Decode2Execute1Type in core a name
2020-09-08 Luke Kenneth Casso... argh, somehow EINT check got moved out of if/elif block
2020-09-08 Luke Kenneth Casso... capture trap / irq conditions in flags for debug purposes
2020-09-08 Luke Kenneth Casso... pass in CoreState to PowerDecoder rather than eq a...
2020-09-08 Luke Kenneth Casso... whoops trap address being set in wrong Decode2ExecuteTy...
2020-09-08 Luke Kenneth Casso... add cxxsim option
2020-09-07 Luke Kenneth Casso... use PowerDecoderSubsets for FUs, except for TRAP which...
2020-09-07 Luke Kenneth Casso... add per-FU PowerDecoders. should now be subsettable
2020-09-07 Luke Kenneth Casso... create eq_from function based on eq_from_execute1
2020-09-07 Luke Kenneth Casso... debug print statement in eq_from_execute
2020-09-07 Luke Kenneth Casso... oe_ok renamed to oe, needed in regspec_decode_read
2020-09-07 Luke Kenneth Casso... add insn and fn_unit to CompLDSTOpSubset
2020-09-07 Luke Kenneth Casso... add pspec and opsubsetkls to CompUnits
2020-09-07 Cole Poiriericache.py commit translation progress, about one third...
2020-09-07 Luke Kenneth Casso... make immediate decoding optional on-demand
2020-09-07 Luke Kenneth Casso... whoops spelling mistake outOut_carry not outPut_carry
2020-09-07 Luke Kenneth Casso... convert mul test to use Power Decode subset
2020-09-07 Luke Kenneth Casso... convert shift_rot to subset decoder
2020-09-07 Luke Kenneth Casso... convert branch test to PowerDecodeSubset form
2020-09-07 Luke Kenneth Casso... convert CR to PowerDecodeSubset format
2020-09-07 Luke Kenneth Casso... bit of a big reorg of data structures
2020-09-07 Luke Kenneth Casso... split out PowerDecode2 into PowerDecodeSubset
2020-09-07 Luke Kenneth Casso... large stack of moving stuff around in dcache
2020-09-07 Luke Kenneth Casso... adjust indentation of dcache_slow
2020-09-07 Luke Kenneth Casso... more dcache translation
2020-09-07 Luke Kenneth Casso... add start on cache_ram.vhdl to nmigen conversion
2020-09-07 Luke Kenneth Casso... more dcache translation
2020-09-07 Luke Kenneth Casso... allow Decode2ToExecute1Type to take an opkls argument
2020-09-07 Luke Kenneth Casso... whoops truncated the mb and me fields
2020-09-07 Luke Kenneth Casso... minor reorg on PowerDecoder
2020-09-06 Luke Kenneth Casso... comment, nothing unusual when Trap Type is DEC
2020-09-06 Luke Kenneth Casso... decoder immediate b split out to DecodeBImm
2020-09-06 Luke Kenneth Casso... decoder immediate a split out to DecodeAImm
2020-09-06 Luke Kenneth Casso... add row subset selector for PowerDecode.
2020-09-06 Luke Kenneth Casso... add row_subset (doesnt do anything yet)
2020-09-06 Luke Kenneth Casso... pass col_subset throughout PowerDecoder
2020-09-06 Luke Kenneth Casso... reorganise PowerOp to be dynamic
2020-09-06 Luke Kenneth Casso... reorg of PowerOp to be able to dynamically subset it
2020-09-06 Luke Kenneth Casso... grr, autopep8 messing up
2020-09-06 Luke Kenneth Casso... copy dec SPR into decoder cur_state
2020-09-06 Luke Kenneth Casso... add reset option to Register
2020-09-06 Luke Kenneth Casso... wark-wark, fast regs is binary-addressed
2020-09-06 Luke Kenneth Casso... add unit test for slow SPRs (SPRG0/1)
2020-09-06 Luke Kenneth Casso... minor code-munge on SPR-to-FAST mapping
2020-09-06 Luke Kenneth Casso... use with subTest in spr unit test
2020-09-06 Luke Kenneth Casso... redo generation of microwatt.v from litex
2020-09-06 Luke Kenneth Casso... add comments for DEC / TB
2020-09-06 Luke Kenneth Casso... add a DEC/TB FSM to TestIssuer
next