soc.git
2020-09-14 Luke Kenneth... whitespace
2020-09-14 Luke Kenneth... remove duplicated signal
2020-09-14 Luke Kenneth... comments on icache
2020-09-14 Luke Kenneth... get rid of rst
2020-09-14 Luke Kenneth... use word_select
2020-09-14 Luke Kenneth... add mmu-dcache test
2020-09-14 Cole Poiriericache.py connect up all the sub-functions, fix typos...
2020-09-14 Cole Poiriericache.py add parameters to 'process' functions, fix...
2020-09-13 Cole Poiriericache.py move get/read/write functions out of ICache...
2020-09-13 Cole Poiriericache.py copy simulation code from dcache.py, fix...
2020-09-13 Cole Poiriericache.py fix syntax, move all constants and Array...
2020-09-13 Cole Poiriericache.py fix syntax errors that occured when running...
2020-09-13 Luke Kenneth... dcache truncate wishbone address, store real_addr in...
2020-09-13 Luke Kenneth... last mmu get seems ok
2020-09-13 Luke Kenneth... whoops recursion error v.shift calculated from v.shift
2020-09-13 Luke Kenneth... more experimenting with mmu READ_WAIT state
2020-09-13 Luke Kenneth... radix tree wait error, investigating
2020-09-13 Luke Kenneth... mmu test starting to make sense
2020-09-13 Luke Kenneth... floundering around with MMU unit test, no idea what...
2020-09-13 Luke Kenneth... mmu code-morph
2020-09-13 Luke Kenneth... code-morph, add masked function
2020-09-13 Luke Kenneth... move code to mmu_0
2020-09-13 Luke Kenneth... add example radix walk from power-gem5
2020-09-13 Luke Kenneth... MMU test
2020-09-13 Luke Kenneth... submodule update
2020-09-13 Luke Kenneth... clarify
2020-09-13 Luke Kenneth... sort out ariane PLRU, rename/clarify
2020-09-13 Luke Kenneth... minor error in plru
2020-09-13 Luke Kenneth... rename cache_valid_bits to cache_validsg
2020-09-13 Luke Kenneth... cache_valid_idx too large in dcache
2020-09-13 Luke Kenneth... whoops, cache valid array too small in dcache
2020-09-12 Luke Kenneth... more dcache debugging
2020-09-12 Luke Kenneth... missing reservation address comparison
2020-09-12 Luke Kenneth... dcache tidyup
2020-09-12 Luke Kenneth... more dcache debugging
2020-09-12 Luke Kenneth... add random dcache mem test
2020-09-12 Luke Kenneth... cache valid corrupted: fixed
2020-09-12 Luke Kenneth... adding names to array signals
2020-09-12 Luke Kenneth... whoops, indentation error
2020-09-12 Luke Kenneth... enable Display debugs
2020-09-12 Luke Kenneth... set bytesel in dcache store
2020-09-11 Luke Kenneth... separat stbs_done into ld/st
2020-09-11 Luke Kenneth... dcache load/store test
2020-09-11 Luke Kenneth... debugging dcache
2020-09-11 Luke Kenneth... wrong width for data / addr
2020-09-11 Luke Kenneth... connect up WB SRAM to dcache test
2020-09-11 Luke Kenneth... start on dcache test
2020-09-11 Luke Kenneth... missing comb +=
2020-09-11 Luke Kenneth... missing maybe_tlb_plrus
2020-09-11 Luke Kenneth... WAY_BITS not TLB_WAY_BITS
2020-09-11 Luke Kenneth... whoops new node not to be calculated at end
2020-09-11 Luke Kenneth... try to get better DTLBUpdate
2020-09-11 Luke Kenneth... simplify dcache pending
2020-09-11 Luke Kenneth... move dcache pending test to separate module
2020-09-11 Luke Kenneth... more error correction in dcache
2020-09-11 Luke Kenneth... use module for TLBUpdate
2020-09-11 Luke Kenneth... 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... simplify read/write pte
2020-09-10 Luke Kenneth... 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... starting on dcache syntax errors
2020-09-10 Luke Kenneth... add PLRU microwatt conversion
2020-09-10 Luke Kenneth... add function calls to construct dcache
2020-09-10 Luke Kenneth... correct some errors introduced in dcache.py
2020-09-10 Luke Kenneth... add docstring for PowerOp class
2020-09-09 Luke Kenneth... 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... add PowerDecoder explanation
2020-09-08 Luke Kenneth... bit of a mess, trying to get PowerDecode to not create...
2020-09-08 Luke Kenneth... subset columns for PowerDecoder - bit of a mess (done...
2020-09-08 Luke Kenneth... create a special subset of Decoder Record for storing...
2020-09-08 Luke Kenneth... pass in state into PowerDecode2, save on eqs and wires
2020-09-08 Luke Kenneth... give Decode2Execute1Type in core a name
2020-09-08 Luke Kenneth... argh, somehow EINT check got moved out of if/elif block
2020-09-08 Luke Kenneth... capture trap / irq conditions in flags for debug purposes
2020-09-08 Luke Kenneth... pass in CoreState to PowerDecoder rather than eq a...
2020-09-08 Luke Kenneth... whoops trap address being set in wrong Decode2ExecuteTy...
2020-09-08 Luke Kenneth... add cxxsim option
2020-09-07 Luke Kenneth... use PowerDecoderSubsets for FUs, except for TRAP which...
2020-09-07 Luke Kenneth... add per-FU PowerDecoders. should now be subsettable
2020-09-07 Luke Kenneth... create eq_from function based on eq_from_execute1
2020-09-07 Luke Kenneth... debug print statement in eq_from_execute
2020-09-07 Luke Kenneth... oe_ok renamed to oe, needed in regspec_decode_read
2020-09-07 Luke Kenneth... add insn and fn_unit to CompLDSTOpSubset
2020-09-07 Luke Kenneth... add pspec and opsubsetkls to CompUnits
2020-09-07 Cole Poiriericache.py commit translation progress, about one third...
2020-09-07 Luke Kenneth... make immediate decoding optional on-demand
2020-09-07 Luke Kenneth... whoops spelling mistake outOut_carry not outPut_carry
2020-09-07 Luke Kenneth... convert mul test to use Power Decode subset
2020-09-07 Luke Kenneth... convert shift_rot to subset decoder
2020-09-07 Luke Kenneth... convert branch test to PowerDecodeSubset form
2020-09-07 Luke Kenneth... convert CR to PowerDecodeSubset format
2020-09-07 Luke Kenneth... bit of a big reorg of data structures
2020-09-07 Luke Kenneth... split out PowerDecode2 into PowerDecodeSubset
2020-09-07 Luke Kenneth... large stack of moving stuff around in dcache
2020-09-07 Luke Kenneth... adjust indentation of dcache_slow
2020-09-07 Luke Kenneth... more dcache translation
next