soc.git
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...
2020-07-08 Luke Kenneth... resolving bigendian/littleendian modes in qemu sim
2020-07-08 Luke Kenneth... resolving old and new behaviour for lookup of SPRs
2020-07-08 Luke Kenneth... resolving old and new behaviour for lookup of SPRs
2020-07-08 Luke Kenneth... adding in ALU test back in, debugging SPR setup
2020-07-08 Luke Kenneth... sorting out setting of XER
2020-07-08 Luke Kenneth... add spr to fast reg converter
2020-07-08 Luke Kenneth... got test_issuer operational on one unit test
2020-07-08 Luke Kenneth... switch assembler to little-endian
2020-07-08 Luke Kenneth... stashing current state of investigation whilst looking...
2020-07-08 Luke Kenneth... add test trap simulator unit test
2020-07-08 Luke Kenneth... allow qemu to stop at specified end point
2020-07-08 Luke Kenneth... add mtspr and bcctrl instructions to helloworld test
2020-07-08 Luke Kenneth... add option to qemu to break at known alternate address
2020-07-08 Luke Kenneth... add to/from spr test (mtspr, mfspr)
2020-07-08 Luke Kenneth... add code-fragment from microwatt helloworld
2020-07-08 Luke Kenneth... add a simple addis test (regression)
2020-07-08 Luke Kenneth... copy binary loaded from disk into data memory as well
2020-07-08 Cesar StraussStart the FSM-based ALU example.
2020-07-08 Jacob LifshayMerge branch 'master' of ssh://git.libre-riscv.org...
2020-07-08 Jacob Lifshayadd WIP pipeline loop demo
2020-07-07 Luke Kenneth... add hello world binary test
2020-07-07 Luke Kenneth... whoops error in test of dynamic parameter
2020-07-07 Luke Kenneth... sort-of got binary execution test working
2020-07-07 Luke Kenneth... code-shuffle on testing to prepare loading large files...
2020-07-07 Cesar StraussClear input data along with valid_i
2020-07-07 Luke Kenneth... ordering of tests for OP_ATTN needed shuffling. seems...
2020-07-07 Luke Kenneth... whoops got Function.NONE test wrong in PowerDecode2
2020-07-07 Luke Kenneth... remove unneeded record field from logical_input_record
2020-07-07 Luke Kenneth... debugging termination (OP_ATTN)
2020-07-07 Luke Kenneth... update opcode map for OP_ATTN
2020-07-07 Luke Kenneth... add halted condition in ISACaller, when attn instructio...
2020-07-07 Luke Kenneth... debugging termination / OP_ATTN
2020-07-07 Luke Kenneth... add ATTN unit test
2020-07-07 Luke Kenneth... add core start/stop capability, and OP_ATTN support
2020-07-07 Luke Kenneth... add in SPR test cases into test_issuer.py
2020-07-06 Luke Kenneth... use ComMULOpSubset in mul pipeline
2020-07-06 Luke Kenneth... remove alu unneeded op record data
2020-07-06 Luke Kenneth... remove alu unneeded op record data
2020-07-06 Luke Kenneth... remove alu unneeded op record data
2020-07-06 Luke Kenneth... add mul unit to test_issuer
2020-07-06 Luke Kenneth... add mul compunit
2020-07-06 Luke Kenneth... whoops forgot that the mul pipeline is actually a pipel...
2020-07-06 Luke Kenneth... do abs slightly differently in SelectableInt
2020-07-06 Luke Kenneth... continue mul unit test debugging
2020-07-06 Luke Kenneth... add MULS (signed) version of multiply
2020-07-06 Luke Kenneth... improve debug for test_sim.py
2020-07-06 Luke Kenneth... add mullw test to qemu sim
2020-07-06 Luke Kenneth... fix SelectableInt abs
2020-07-06 Luke Kenneth... add first simulator mul test
2020-07-06 Luke Kenneth... investigating mul pipeline
2020-07-06 Luke Kenneth... SelectableInt: make __mul__ return enough space to...
2020-07-06 Luke Kenneth... first cut at mul test pipeline
2020-07-06 Luke Kenneth... add first cut at fu mul pipeline
2020-07-06 Luke Kenneth... adding mtspr tests
2020-07-06 Luke Kenneth... adding OP_MTMSR test
2020-07-06 Luke Kenneth... add mtmsr internal op
2020-07-06 Luke Kenneth... add mtmsr internal op
next