attempting to get CompUnitsBase connected up
[soc.git] / src /
2020-04-18 Luke Kenneth Casso... attempting to get CompUnitsBase connected up
2020-04-18 Luke Kenneth Casso... 1st operation successful, 2nd still not running correctly
2020-04-18 Luke Kenneth Casso... yield ports in dep cell
2020-04-18 Luke Kenneth Casso... go_rd/go_wr should not be array in FU-REGs
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 Casso... intpick request-release bug
2020-04-17 Tobias Platenadd with carry instructions
2020-04-17 Luke Kenneth Casso... rename signals
2020-04-17 Luke Kenneth Casso... delay too long
2020-04-17 Luke Kenneth Casso... temporarily not use MultiPriorityPicker
2020-04-17 Luke Kenneth Casso... whoops fu-fu readable / writeable output not an array
2020-04-17 Luke Kenneth Casso... whoops src_rsel signal-copy error
2020-04-17 Luke Kenneth Casso... whew multi rd/wr signals finally connecting
2020-04-17 Luke Kenneth Casso... whoops not using CompUnitMulti
2020-04-17 Luke Kenneth Casso... not using relative imports (pain in the neck)
2020-04-17 Luke Kenneth Casso... correct-wiring of FunctionUnit src/dest
2020-04-17 Luke Kenneth Casso... 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 Casso... thoroughly broken but at least partly connected up...
2020-04-16 Luke Kenneth Casso... update group picker to be multi-level capable. now...
2020-04-16 Luke Kenneth Casso... combine read and rd_rel to get faster response for...
2020-04-16 Luke Kenneth Casso... add experimental multi-rd/wr comp unit
2020-04-15 Tobias Platenfix a bug in QemuController.get_register
2020-04-14 Luke Kenneth Casso... turn experimental ALU into array-input
2020-04-14 Luke Kenneth Casso... whoops missed for-loop on fu-reg-multi
2020-04-14 Luke Kenneth Casso... rename multi modules
2020-04-14 Luke Kenneth Casso... move scoreboard multi rd/wr to new folder
2020-04-14 Luke Kenneth Casso... add multi version of memfu matrix
2020-04-14 Luke Kenneth Casso... add scoreboard fu-fu matrix with multi gord/wr
2020-04-14 Luke Kenneth Casso... add fu-fu multi-rd/wr dep cell
2020-04-14 Luke Kenneth Casso... scoreboard go_wr/go_wr multi-signal
2020-04-14 Luke Kenneth Casso... add first cut of variants that have multi-dest and...
2020-04-13 Luke Kenneth Casso... dep cell src2_rsel_o replaced by src_rsel_o array
2020-04-11 Luke Kenneth Casso... spelling mistake
2020-04-11 Luke Kenneth Casso... holy cow, decode and run instruction works!
2020-04-11 Luke Kenneth Casso... add basic comment / docstring on program.py
2020-04-11 Luke Kenneth Casso... test additional instructions
2020-04-11 Luke Kenneth Casso... pass and lock immediate in
2020-04-11 Luke Kenneth Casso... adding immediates, tracking down a bug
2020-04-11 Luke Kenneth Casso... adding immediates, tracking down a bug
2020-04-10 Luke Kenneth Casso... connect up ALU properly to pass full InternalOp subset...
2020-04-10 Luke Kenneth Casso... add 2nd add instruction to see what happens (success)
2020-04-10 Luke Kenneth Casso... eek, first cut at using POWER decoder2 in 6600 simulato...
2020-04-10 Luke Kenneth Casso... whoops syntax error
2020-04-10 Luke Kenneth Casso... converting InstructionQ to use Decode2ToExecuteType
2020-04-10 Luke Kenneth Casso... add eq_from_execute1 subset function
2020-04-09 Luke Kenneth Casso... get CompUnitALU test running with InternalOp ALU subset
2020-04-09 Luke Kenneth Casso... 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 Casso... pass InternalOp through to CompUnit ALU
2020-04-08 Luke Kenneth Casso... whoops realised src1/2 need to receive reg data, not...
2020-04-08 Luke Kenneth Casso... use power decoder InternalOp
2020-04-08 Luke Kenneth Casso... start using power decoder in 6600 comp units
2020-04-08 Luke Kenneth Casso... convert power_decoder2 Data to Record-based
2020-04-08 Luke Kenneth Casso... absolute imports
2020-04-07 Luke Kenneth Casso... try making CR bitrange 32..63 not 0..31
2020-04-07 Luke Kenneth Casso... note that CR must be offset by 32
2020-04-07 Luke Kenneth Casso... add "undefined" to namespace
2020-04-07 Luke Kenneth Casso... CR test "working" (for a given value of "success")
2020-04-07 Luke Kenneth Casso... add in special regs to be passed out of function (as...
2020-04-07 Luke Kenneth Casso... attempting to add mtcrf test, requires bringing CR...
2020-04-07 Luke Kenneth Casso... whoops off-by-one in slice ranges
2020-04-07 Luke Kenneth Casso... op_fields is passed over (and excludes register names)
2020-04-07 Luke Kenneth Casso... add CR and add field-selectable versions of CR0-7
2020-04-07 Luke Kenneth Casso... comment not to do bit-inversion here
2020-04-07 Luke Kenneth Casso... add setitem/getitem to FieldSelectableInt, and mod...
2020-04-07 Luke Kenneth Casso... allow FieldSelectableInt to initialise from list or...
2020-04-07 Luke Kenneth Casso... add FieldSelectableInt which allows re-targetting of...
2020-04-07 Luke Kenneth Casso... whew finally located opcodes for managing CRs
2020-04-06 Jacob LifshayMerge branch 'master' of ssh://git.libre-riscv.org...
2020-04-06 Luke Kenneth Casso... add extra info on SPRs
2020-04-06 Luke Kenneth Casso... add list of SPRs needed
2020-04-06 Jacob LifshayMerge branch 'fix-tests'
2020-04-06 Michael NolanConvert instruction info from tuple to namedtuple
2020-04-06 Michael NolanAdd test for addpcis
2020-04-06 Michael NolanBegin adding PC to caller.py
2020-04-06 Michael NolanFix broken tests from parser update
2020-04-06 Michael NolanAuto insert instruction fields into the namespace
2020-04-06 Luke Kenneth Casso... whoops swap regs and form
2020-04-06 Luke Kenneth Casso... split regs by comma into list
2020-04-06 Luke Kenneth Casso... whoops missing final newline, needed for parser to end
2020-04-06 Luke Kenneth Casso... skip blank lines between cases
2020-04-06 Luke Kenneth Casso... add annoying case-hack filter
2020-04-06 Luke Kenneth Casso... add individual field-detection where field spec is...
2020-04-06 Jacob Lifshayall tests pass!
2020-04-06 Jacob Lifshayalmost all tests work
2020-04-05 Jacob Lifshayuse fields.txt as the local file name and add to gitignore
2020-04-05 Jacob LifshayRevert "rename fields.text to use standard .txt file...
2020-04-05 Jacob Lifshayrename fields.text to use standard .txt file extension...
2020-04-05 Luke Kenneth Casso... put regs through to ISACaller
2020-04-05 Luke Kenneth Casso... got fed up of hard-coded names, allow pywriter.py to...
2020-04-05 Luke Kenneth Casso... add comment about form / op_fields
2020-04-05 Luke Kenneth Casso... unpack tuple with new op_fields
2020-04-05 Luke Kenneth Casso... add Form name parsing
2020-04-05 Michael NolanAutogenerate all.py
2020-04-05 Michael NolanHandle new changes in pseudocode parser
2020-04-05 Michael NolanHandle opcodes returning EXTS() results
next