soc.git
2020-05-04 Luke Kenneth... first cut at "basic" L0 Cache/Buffer (untested), only...
2020-05-04 Luke Kenneth... document PortInterface, start on "dummy" L0CacheBuffer
2020-05-04 Luke Kenneth... whitespace
2020-05-04 Luke Kenneth... better comments on rd/wr pending
2020-05-03 Luke Kenneth... move unused out of soc directory
2020-05-03 Luke Kenneth... add comments to power decoder
2020-05-03 Luke Kenneth... move TLB and iommu to unused directory
2020-05-02 Michael NolanRead decoder tables from wiki submodule instead of web
2020-04-27 Luke Kenneth... add LDST PortInterface class
2020-04-27 Luke Kenneth... add CompLDSTOpSubset, contains subset of decode instruc...
2020-04-27 Luke Kenneth... update signal in DecodeToExecute1Type is "LD/ST perform...
2020-04-24 Luke Kenneth... experimenting with ld/st comp unit
2020-04-24 Luke Kenneth... remove out-of-date comments
2020-04-23 Luke Kenneth... comment req_done
2020-04-23 Luke Kenneth... hair-raising series of half-way-house changes which...
2020-04-23 Luke Kenneth... start using records in score6600
2020-04-23 Luke Kenneth... rename MultiCompUnit
2020-04-23 Luke Kenneth... use go/rel Record in ldstcomp
2020-04-22 Luke Kenneth... fix request-done in compalu_multi
2020-04-22 Luke Kenneth... LDSTCompUnit converted, no need to special-case
2020-04-22 Luke Kenneth... convert CompALU to Record in/out
2020-04-21 Jacob Lifshayfix failure to import alu_hier
2020-04-21 Jacob Lifshayfix bug #290
2020-04-21 Jacob Lifshayadd libmpfr-dev to .gitlab-ci.yml
2020-04-20 Tobias Platentestcase fo mulli
2020-04-20 Tobias Platentestcase for addis
2020-04-20 Tobias Platenadd with carry cleanup and test case
2020-04-20 Luke Kenneth... changes to LDSTCompUnit, get score6600 working
2020-04-19 Luke Kenneth... get compldst.py unit test up and running after modifica...
2020-04-19 Luke Kenneth... whoops cut/paste error, n_src used instead of n_dst...
2020-04-19 Luke Kenneth... import TestMemory globally not relative
2020-04-19 Luke Kenneth... convert BranchALU to temporary conformant API
2020-04-19 Luke Kenneth... half-way-house fix to get request-release signals working
2020-04-18 Luke Kenneth... attempting to get CompUnitsBase connected up
2020-04-18 Luke Kenneth... 1st operation successful, 2nd still not running correctly
2020-04-18 Luke Kenneth... yield ports in dep cell
2020-04-18 Luke Kenneth... go_rd/go_wr should not be array in FU-REGs
2020-04-18 Jacob Lifshayupdate libreriscv submodule
2020-04-18 Jacob LifshayMerge branch 'master' of ssh://git.libre-riscv.org...
2020-04-18 Jacob Lifshayadding WIP memory_pipe_experiment
2020-04-17 Luke Kenneth... intpick request-release bug
2020-04-17 Tobias Platenadd with carry instructions
2020-04-17 Luke Kenneth... rename signals
2020-04-17 Luke Kenneth... delay too long
2020-04-17 Luke Kenneth... temporarily not use MultiPriorityPicker
2020-04-17 Luke Kenneth... whoops fu-fu readable / writeable output not an array
2020-04-17 Luke Kenneth... whoops src_rsel signal-copy error
2020-04-17 Luke Kenneth... whew multi rd/wr signals finally connecting
2020-04-17 Luke Kenneth... whoops not using CompUnitMulti
2020-04-17 Luke Kenneth... not using relative imports (pain in the neck)
2020-04-17 Luke Kenneth... correct-wiring of FunctionUnit src/dest
2020-04-17 Luke Kenneth... create distinct "done_o" signal
2020-04-17 Jacob Lifshayfix tests
2020-04-17 Jacob LifshayMerge branch 'master' of ssh://git.libre-riscv.org...
2020-04-17 Jacob Lifshayadd memory_pipe_experiment
2020-04-16 Luke Kenneth... thoroughly broken but at least partly connected up...
2020-04-16 Luke Kenneth... update group picker to be multi-level capable. now...
2020-04-16 Luke Kenneth... combine read and rd_rel to get faster response for...
2020-04-16 Luke Kenneth... add experimental multi-rd/wr comp unit
2020-04-15 Tobias Platenfix a bug in QemuController.get_register
2020-04-14 Luke Kenneth... turn experimental ALU into array-input
2020-04-14 Luke Kenneth... whoops missed for-loop on fu-reg-multi
2020-04-14 Luke Kenneth... rename multi modules
2020-04-14 Luke Kenneth... move scoreboard multi rd/wr to new folder
2020-04-14 Luke Kenneth... add multi version of memfu matrix
2020-04-14 Luke Kenneth... add scoreboard fu-fu matrix with multi gord/wr
2020-04-14 Luke Kenneth... add fu-fu multi-rd/wr dep cell
2020-04-14 Luke Kenneth... scoreboard go_wr/go_wr multi-signal
2020-04-14 Luke Kenneth... add first cut of variants that have multi-dest and...
2020-04-13 Luke Kenneth... dep cell src2_rsel_o replaced by src_rsel_o array
2020-04-11 Luke Kenneth... spelling mistake
2020-04-11 Luke Kenneth... holy cow, decode and run instruction works!
2020-04-11 Luke Kenneth... add basic comment / docstring on program.py
2020-04-11 Luke Kenneth... test additional instructions
2020-04-11 Luke Kenneth... pass and lock immediate in
2020-04-11 Luke Kenneth... adding immediates, tracking down a bug
2020-04-11 Luke Kenneth... adding immediates, tracking down a bug
2020-04-10 Michael NolanUpdate libreriscv to fix test_mtcrf
2020-04-10 Luke Kenneth... connect up ALU properly to pass full InternalOp subset...
2020-04-10 Luke Kenneth... add 2nd add instruction to see what happens (success)
2020-04-10 Luke Kenneth... eek, first cut at using POWER decoder2 in 6600 simulato...
2020-04-10 Luke Kenneth... whoops syntax error
2020-04-10 Luke Kenneth... converting InstructionQ to use Decode2ToExecuteType
2020-04-10 Luke Kenneth... add eq_from_execute1 subset function
2020-04-09 Luke Kenneth... get CompUnitALU test running with InternalOp ALU subset
2020-04-09 Luke Kenneth... experiment morphing ALU to take subset of Decode2ToExecute1
2020-04-09 Tobias Platenfix 'Object is not an nMigen signal' error in test_sim.py
2020-04-08 Luke Kenneth... pass InternalOp through to CompUnit ALU
2020-04-08 Luke Kenneth... whoops realised src1/2 need to receive reg data, not...
2020-04-08 Luke Kenneth... use power decoder InternalOp
2020-04-08 Luke Kenneth... start using power decoder in 6600 comp units
2020-04-08 Luke Kenneth... convert power_decoder2 Data to Record-based
2020-04-08 Luke Kenneth... absolute imports
2020-04-07 Luke Kenneth... try making CR bitrange 32..63 not 0..31
2020-04-07 Luke Kenneth... note that CR must be offset by 32
2020-04-07 Luke Kenneth... submodule update
2020-04-07 Luke Kenneth... add "undefined" to namespace
2020-04-07 Luke Kenneth... CR test "working" (for a given value of "success")
2020-04-07 Luke Kenneth... add in special regs to be passed out of function (as...
2020-04-07 Luke Kenneth... attempting to add mtcrf test, requires bringing CR...
next