add class LoadStore1(PortInterfaceBase)
[soc.git] / src / soc / fu / compunits /
2020-10-12 Cole Poirierfix ModuleNotFound/Import errors found when running...
2020-10-06 Luke Kenneth Casso... skip Decode2ToOperand from PowerDecodeSubset
2020-09-26 Cesar StraussConvert a few more tests to be able to use cxxsim
2020-09-22 Luke Kenneth Casso... add MMU (commented out)
2020-09-15 Luke Kenneth Casso... instantiate MMU from AllFunctionUnits
2020-09-07 Luke Kenneth Casso... add pspec and opsubsetkls to CompUnits
2020-09-02 Luke Kenneth Casso... series of extensive modifications to fix long-standing...
2020-08-29 Luke Kenneth Casso... CR FXM becomes a full mask.
2020-08-27 Cole PoirierMerge branch 'master' of git.libre-soc.org:soc
2020-08-27 Luke Kenneth Casso... sorting out shift_rot to use new output stage data...
2020-08-26 Cole PoirierMerge branch 'master' of git.libre-soc.org:soc
2020-08-26 Luke Kenneth Casso... investigating div fsm and simulator bug
2020-08-24 Luke Kenneth Casso... make it easier to select FSM/Pipe DIV unit
2020-08-24 Cole PoirierMerge branch 'master' of git.libre-soc.org:soc
2020-08-22 Luke Kenneth Casso... moved to div pipe temporarily in compunits
2020-08-14 Luke Kenneth Casso... fix test_compunit.py after moving decoder rdflags function
2020-08-14 Luke Kenneth Casso... sort out instruction stop/cancel when adding a new...
2020-08-05 Cole PoirierMerge branch 'master' of git.libre-soc.org:soc
2020-08-05 Luke Kenneth Casso... add div FSM as default for test_issuer in verilog and...
2020-08-04 Luke Kenneth Casso... msr and pc moved to "state" in PowerDecode2
2020-07-31 Luke Kenneth Casso... missed go_i/rel_o rename
2020-07-29 Luke Kenneth Casso... bit of a big change: add prefixes "cu_" to all CompUnit...
2020-07-29 Jacob Lifshayadd __init__.py to all source directories
2020-07-26 Luke Kenneth Casso... argh add yet another latch to detect when LD/ST has...
2020-07-26 Luke Kenneth Casso... sigh, issue with detection/waiting for LD/ST CompUnit
2020-07-26 Luke Kenneth Casso... convert LDST test to accumulator style
2020-07-26 Luke Kenneth Casso... convert Branch test to accumulator style
2020-07-26 Luke Kenneth Casso... convert SPR test to accumulator style
2020-07-26 Luke Kenneth Casso... convert TRAP test to accumulator style
2020-07-26 Luke Kenneth Casso... convert CR test to accumulator style
2020-07-26 Luke Kenneth Casso... convert shift_rot test to new base accumulator style
2020-07-26 Luke Kenneth Casso... convert logical test case to new base class accumulator...
2020-07-26 Luke Kenneth Casso... convert ALU to new accumulator style
2020-07-26 Luke Kenneth Casso... run subtest, indentation getting too large, move to...
2020-07-26 Luke Kenneth Casso... get div compunit test running (use new way to accumulat...
2020-07-25 Luke Kenneth Casso... add div compunit test
2020-07-25 Luke Kenneth Casso... wait until pipeline indicates that its output is valid...
2020-07-25 Luke Kenneth Casso... move reset of rdmaskn to after "busy"
2020-07-25 Luke Kenneth Casso... comment LDST FunctionUnit
2020-07-25 Luke Kenneth Casso... going on a bit of a "naming" spree, this for Jean-Paul...
2020-07-22 Jacob Lifshayworking on fsm
2020-07-22 Jacob LifshayMerge remote-tracking branch 'origin/master'
2020-07-22 Jacob Lifshayformat code
2020-07-21 Luke Kenneth Casso... interesting bug in test_compunit.py when there are...
2020-07-21 Luke Kenneth Casso... move cia and msr to trap input record
2020-07-18 Luke Kenneth Casso... missing conversion of DIV to Div
2020-07-16 Luke Kenneth Casso... get shiftrot compunit working
2020-07-16 Luke Kenneth Casso... get branch compunit working (missing bigendian arg)
2020-07-16 Luke Kenneth Casso... get trap compunit test working, adding bigendian and msr
2020-07-12 Luke Kenneth Casso... rename InternalOp to MicrOp
2020-07-11 Luke Kenneth Casso... add bigendian flag
2020-07-11 Luke Kenneth Casso... add endian
2020-07-11 Luke Kenneth Casso... sorting out bigendian/littleendian including in qemu
2020-07-10 Luke Kenneth Casso... re-add rc/oe back into LDST input record
2020-07-10 Luke Kenneth Casso... whew panic over, missed a bigendian argument in test_co...
2020-07-08 Jacob LifshayMerge branch 'master' of ssh://git.libre-riscv.org...
2020-07-07 Luke Kenneth Casso... add in SPR test cases into test_issuer.py
2020-07-06 Luke Kenneth Casso... add mul compunit
2020-07-06 Luke Kenneth Casso... adding mtspr tests
2020-07-06 Luke Kenneth Casso... sort out initialisation of TstL0CacheBuffer in ldst...
2020-07-05 Luke Kenneth Casso... check trap compunit output properly
2020-07-05 Luke Kenneth Casso... big reorg on PowerDecoder2, actually Decode2Execute1Type
2020-07-05 Luke Kenneth Casso... sigh read and write xer detection, fix spr and trap...
2020-07-05 Luke Kenneth Casso... check spr1 in test spr compunit
2020-07-05 Luke Kenneth Casso... add first spr compunit test (not working yet)
2020-07-05 Luke Kenneth Casso... comment out SPR for now, needs SPR regfile
2020-07-05 Luke Kenneth Casso... add SPR compunit
2020-07-04 Luke Kenneth Casso... more updating spr1/spr2 to fast1/fast2
2020-07-04 Luke Kenneth Casso... oops initialise Function Unit class with idx
2020-07-04 Luke Kenneth Casso... add first cookie-cut test_trap_compunit.py
2020-07-02 Luke Kenneth Casso... allow flexible selection of the types of ALUs
2020-07-02 Luke Kenneth Casso... fix unit tests due to change in using pspec
2020-07-02 Luke Kenneth Casso... allow ALU names to propagate through from FU to CompUni...
2020-07-02 Luke Kenneth Casso... name function unit ALUs
2020-07-02 Luke Kenneth Casso... comment out DIV unit for now
2020-07-02 Luke Kenneth Casso... add DIV function unit to compunits
2020-07-02 Luke Kenneth Casso... add trap function unit into compunits
2020-07-01 Luke Kenneth Casso... add in trap compunit
2020-06-28 Luke Kenneth Casso... got Pi2LSUI FSM working
2020-06-27 Luke Kenneth Casso... make Memory accessible via TestSRAMBareLoadStoreUnit
2020-06-27 Luke Kenneth Casso... increase (double) address width in TstL0CacheBuffer
2020-06-22 Luke Kenneth Casso... simplified L0CacheBuffer down to a "PortInterface Arbiter"
2020-06-18 Jacob LifshayMerge branch 'master' of ssh://git.libre-riscv.org...
2020-06-18 Luke Kenneth Casso... use while / exception in test_compunit loop
2020-06-17 Luke Kenneth Casso... decoding assembly instruction name, move to separate...
2020-06-17 Luke Kenneth Casso... get fu compunit test to use ISACaller instruction-memory
2020-06-17 Luke Kenneth Casso... start to add in independent execution into ISACaller
2020-06-17 Luke Kenneth Casso... use an independent power decoder in ISACaller
2020-06-15 Luke Kenneth Casso... move setup/check memory into helper functions for use...
2020-06-15 Luke Kenneth Casso... whoops LDSTCompUnit was identified as a Function.ALU...
2020-06-15 Luke Kenneth Casso... add in TstL0CacheBuffer but disable temporarily
2020-06-14 Luke Kenneth Casso... add optional LDSTFunctionUnit to compunits
2020-06-14 Luke Kenneth Casso... reasonably certain that the careful and slow use of...
2020-06-12 Luke Kenneth Casso... update ld/st test to see what is going on
2020-06-12 Luke Kenneth Casso... tracking down what looks like an error in the Simulator...
2020-06-12 Luke Kenneth Casso... debug printout of sim and hardware memory, shows mismat...
2020-06-12 Luke Kenneth Casso... use ALUHelpers in LDSTCompUnit test
2020-06-11 Luke Kenneth Casso... even more complexity in CompALUMulti, to deal with...
2020-06-11 Luke Kenneth Casso... fixing get_rd_sim_xer_ca, has to only read carry if...
2020-06-11 Luke Kenneth Casso... yield needed for unit tests to work (has to go)
next