soc.git
2020-07-14 Luke Kenneth... add in privileged instruction decision-making in PowerD...
2020-07-14 Luke Kenneth... add MSR reading to issue FSM
2020-07-14 Luke Kenneth... comments on PowerDecode2
2020-07-14 Luke Kenneth... add MSR to PowerDecoder2
2020-07-14 Luke Kenneth... disable cxxsim test
2020-07-14 Luke Kenneth... attempting running cxxsim on ALU pipeline test
2020-07-14 Luke Kenneth... first attempt running cxxsim
2020-07-14 Tobias Platenfix path to nmigen-soc.git
2020-07-13 Luke Kenneth... whitespace
2020-07-13 Luke Kenneth... formal proof of OP_EXTSWSLI
2020-07-13 Luke Kenneth... quick test showing how left/right mask work
2020-07-13 Tobias Platenadd nmigen-soc to .gitlab-ci.yml
2020-07-13 Luke Kenneth... add mtmsrd instruction and unit test
2020-07-13 Luke Kenneth... comments
2020-07-13 Luke Kenneth... attempting formal proof of OP_EXTSWSLI
2020-07-13 Luke Kenneth... reduce rotl module to one line (use bit_select)
2020-07-13 Luke Kenneth... document rb as sh
2020-07-13 Luke Kenneth... increase range of test values for extswsli
2020-07-13 Luke Kenneth... add EXTSWSLI "pass" to formal shift_rot proof
2020-07-13 Luke Kenneth... remove unneeded spec patching
2020-07-13 Luke Kenneth... enable extswsli tests, fix spec-patching
2020-07-13 Luke Kenneth... add regression test, simulator is wrong
2020-07-13 Luke Kenneth... add simulator test against qemu for extswsli
2020-07-13 Luke Kenneth... fix read of sliced register
2020-07-13 Luke Kenneth... not perfect but close enough: add read registers RA...
2020-07-13 Luke Kenneth... add extswsli unit test
2020-07-13 Luke Kenneth... add link to rotator, sign-extend mode OP_EXTSWSLI
2020-07-12 Luke Kenneth... rename InternalOp to MicrOp
2020-07-12 Luke Kenneth... attempting to get test_trap_sim working, seems to switc...
2020-07-12 Luke Kenneth... submodule update
2020-07-12 Luke Kenneth... add OP_ATTN test back in
2020-07-12 Luke Kenneth... exit FSM when termination detected
2020-07-12 Luke Kenneth... code-morph on core connect_instruction
2020-07-12 Luke Kenneth... modify PowerDecoder to read LDSTMode correctly
2020-07-12 Luke Kenneth... change CSV LD/ST update field to LDSTMode (support...
2020-07-12 Luke Kenneth... return unsigned int from binary reading
2020-07-12 Luke Kenneth... update submodule
2020-07-12 Luke Kenneth... missed setting of link register on OP_BC in PowerDecoder2
2020-07-12 Luke Kenneth... msb of instruction causing sign-overflow
2020-07-12 Luke Kenneth... add std and stdu ldst unit tests
2020-07-12 Luke Kenneth... update-mode request write signalled too early
2020-07-11 Luke Kenneth... sort out core write latching: gate by busy, and use...
2020-07-11 Luke Kenneth... * clarifying core function unit enable
2020-07-11 Luke Kenneth... add bigendian flag
2020-07-11 Luke Kenneth... add endian
2020-07-11 Luke Kenneth... fix spr setting, set endianness
2020-07-11 Luke Kenneth... sigh spelling
2020-07-11 Luke Kenneth... add bigendian
2020-07-11 Luke Kenneth... more setting bigendian
2020-07-11 Luke Kenneth... add bigendian mode to helloworld test
2020-07-11 Luke Kenneth... sort out big/little endian startup on qemu
2020-07-11 Luke Kenneth... sorting out bigendian/littleendian including in qemu
2020-07-11 Luke Kenneth... whoops output trunc_divs not trunc_div
2020-07-11 Luke Kenneth... add random mulhd and mulld tests
2020-07-11 Luke Kenneth... enable mul tests after sorting pseudo-code mul overflow
2020-07-11 Luke Kenneth... special test for mul hw to cope with ignoring OE flag
2020-07-10 Luke Kenneth... add a DIVS function as separate and discrete from floor_div
2020-07-10 Luke Kenneth... add random unsigned div tests
2020-07-10 Luke Kenneth... add overflow div tests
2020-07-10 Luke Kenneth... propagate missing parameters from div
2020-07-10 Luke Kenneth... code comments
2020-07-10 Luke Kenneth... do not set div result if overflow occurs
2020-07-10 Luke Kenneth... re-enable div random tests and other regressions
2020-07-10 Luke Kenneth... check for div_overflow equal to None rather than == 1
2020-07-10 Luke Kenneth... re-add rc/oe back into LDST input record
2020-07-10 Luke Kenneth... whew panic over, missed a bigendian argument in test_co...
2020-07-10 Luke Kenneth... add test7 div regression
2020-07-10 Luke Kenneth... add more debug output for #425
2020-07-10 Luke Kenneth... add debugging chain for #425
2020-07-10 Luke Kenneth... update submodule
2020-07-10 Luke Kenneth... cut/paste error writing to wrong vcd file
2020-07-10 Jacob Lifshayswitch to using Signal.width instead of Signal.shape...
2020-07-10 Jacob Lifshayformat file
2020-07-10 Jacob Lifshayupdate libreriscv submodule
2020-07-09 Luke Kenneth... add regression test for div overflow case
2020-07-09 Luke Kenneth... slightly different so handling in common output stage
2020-07-09 Luke Kenneth... also set so only if OE requires it
2020-07-09 Luke Kenneth... debug information related to 32/64 bit mode
2020-07-09 Luke Kenneth... bug #424 - 32/64 bit is a *global* flag not a per-op one
2020-07-09 Luke Kenneth... test top bit 31 in 32-bit mode for CR0 creation
2020-07-09 Luke Kenneth... ha ha very funny. pipelines being pipelines, you have...
2020-07-09 Luke Kenneth... whoops test gets copied 4 times on the If.
2020-07-09 Luke Kenneth... ALU output stage, change logic slightly
2020-07-09 Luke Kenneth... set xer_ov.ok = 1
2020-07-09 Luke Kenneth... remove unneeded xer.ca in MulOutputData
2020-07-09 Luke Kenneth... something weird going on with div. interaction between...
2020-07-09 Luke Kenneth... simplify setting of mul overflow into xer_ov
2020-07-09 Luke Kenneth... clarifying comments on setting xer_ov/so
2020-07-09 Luke Kenneth... DIV overflow needs to be copied into both bits of XER.ov
2020-07-09 Luke Kenneth... add debug output of DIV results
2020-07-09 Luke Kenneth... check result first then CR second
2020-07-09 Luke Kenneth... munge alu_fsm Shifter into looking like CompALU API...
2020-07-09 Luke Kenneth... resolving issues with div tests (turned out to be nmuti...
2020-07-09 Luke Kenneth... remove xer_ca from DIV pipeline (took a bit of messing...
2020-07-09 Cesar StraussDefine ports for a simple sequential Shifter
2020-07-09 Luke Kenneth... irony comment on how one line creates a massive array...
2020-07-09 Luke Kenneth... add new stages etc. to get multiply working without...
2020-07-09 Luke Kenneth... create new DivMulOutputData which does not have CA...
2020-07-09 Luke Kenneth... make carry output handling optional in common output...
2020-07-09 Luke Kenneth... identifying locations where big/little endian is in...
next