add comments
[soc.git] / src /
2020-05-08 Luke Kenneth Casso... add comments
2020-05-08 Luke Kenneth Casso... add ALUFirstInputData
2020-05-08 Luke Kenneth Casso... send address to memory only for one cycle and acknowled...
2020-05-08 Luke Kenneth Casso... experimenting
2020-05-08 Luke Kenneth Casso... working indexed version of LD/ST CompUnit
2020-05-08 Luke Kenneth Casso... hmmm i think LD/ST Comp Unit might actually be working...
2020-05-08 Michael NolanOops, forgot pipeline.py
2020-05-08 Michael NolanAdd tests for immediates, add subf to tests
2020-05-08 Michael NolanAdd comments about the purpose of each alu stage
2020-05-08 Michael NolanAdd test for alu against simulator
2020-05-08 Michael NolanAdd assertions for output stage cr0
2020-05-08 Michael NolanAdd output stage
2020-05-08 Michael NolanAdd and or and xor to main_stage
2020-05-08 Michael NolanAdd carry in and out
2020-05-08 Michael NolanHave input_stage set the b operand to imm_data if it...
2020-05-08 Michael NolanAdd extra bits (carry, overflow, etc) to input and...
2020-05-08 Michael NolanBegin adding main ALU stage
2020-05-08 Michael NolanConvert alu to use the op in ctx
2020-05-08 Michael NolanAdd FPPipeContext to alu pipe_data
2020-05-08 Luke Kenneth Casso... almost got LD/ST CompUnit working
2020-05-08 Luke Kenneth Casso... prototype LD/ST L0 cache/buffer was bouncing address...
2020-05-08 Michael NolanAdd handling of A inversion and B input
2020-05-08 Michael NolanBegin adding input stage of alu
2020-05-08 Michael NolanAdd pipe data for ALU pipeline
2020-05-08 Michael NolanUpdate gitignore in isa dir
2020-05-08 Michael NolanSeparate out ALU Input record from alu_hier.py
2020-05-07 Michael NolanAdd test_branch_loop_ctr
2020-05-07 Michael NolanAdd tests for conditional branches
2020-05-07 Luke Kenneth Casso... move unused simulator code out the way
2020-05-07 Luke Kenneth Casso... testing LD without ST
2020-05-07 Michael NolanOoops, forgot comparefixed.patch
2020-05-07 Michael NolanGet test_cmp working
2020-05-07 Michael NolanFix test_mtcrf. Test has been verified against qemu
2020-05-07 Michael NolanMake FieldSelectableInt accept slices for set and get
2020-05-07 Michael NolanAdd handling of add with comparison
2020-05-07 Michael NolanFix bug with comparisons in selectable_int.py
2020-05-07 Michael NolanAdd test_mfcr
2020-05-07 Luke Kenneth Casso... continuing debugging of LD/ST CompUnit FSM and unit...
2020-05-07 Luke Kenneth Casso... partially-debugged ld/st comp unit using new PortInterface
2020-05-06 Michael NolanRe-enable test_mtcrf
2020-05-06 Michael NolanAdd length helper for getting length of a selectable int
2020-05-06 Michael NolanAdd helper functions to replace direct comparison in...
2020-05-06 Luke Kenneth Casso... no syntax errors in LDSTCompUnit multi version
2020-05-06 Luke Kenneth Casso... almost complete LD/ST CompUnit, nearing testing
2020-05-06 Michael NolanLook up spr length from spr table
2020-05-06 Michael NolanAdd dict of spr properties to power_enums
2020-05-06 Michael NolanImplement bctr and mtspr
2020-05-06 Michael NolanProperly implement LR and CTR
2020-05-06 Michael NolanAdd ability to patch generated isa files
2020-05-06 Michael NolanSorta kinda working bl and blr - need to properly imple...
2020-05-06 Luke Kenneth Casso... remove unneeded minerva code
2020-05-06 Luke Kenneth Casso... mention need for DualPortSplitter class
2020-05-06 Luke Kenneth Casso... more connecting signals for LDSTCompUnit according...
2020-05-05 Michael NolanAdd rudimentary branch capability
2020-05-05 Michael NolanFix broken test_decoder_gas
2020-05-05 Luke Kenneth Casso... begin connecting up signals for LDSTCompUnit
2020-05-05 Yehowshua ImmanuelMerge branch 'master' of git.libre-riscv.org:soc
2020-05-05 Yehowshua ImmanuelGit rid of named tuple imported twice
2020-05-05 Luke Kenneth Casso... new version of LDSTCompUnit
2020-05-04 Luke Kenneth Casso... comments
2020-05-04 Luke Kenneth Casso... take out wait for busy in L0BufferCache tests
2020-05-04 Luke Kenneth Casso... whitespace cleanup
2020-05-04 Luke Kenneth Casso... bit of a mess, but functional. unit test passes on...
2020-05-04 Luke Kenneth Casso... hmmm trying to get st to acknowledge properly
2020-05-04 Luke Kenneth Casso... add links to bugreport and to memory/cache wiki page
2020-05-04 Luke Kenneth Casso... L0 cache/buffer first unit test, working except for...
2020-05-04 Yehowshua ImmanuelRemove request since no longer https fetches from wiki
2020-05-04 Tobias Platenupdate cr0 when rc is set
2020-05-04 Luke Kenneth Casso... first cut at "basic" L0 Cache/Buffer (untested), only...
2020-05-04 Luke Kenneth Casso... document PortInterface, start on "dummy" L0CacheBuffer
2020-05-04 Luke Kenneth Casso... whitespace
2020-05-04 Luke Kenneth Casso... better comments on rd/wr pending
2020-05-03 Luke Kenneth Casso... move unused out of soc directory
2020-05-03 Luke Kenneth Casso... add comments to power decoder
2020-05-03 Luke Kenneth Casso... 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 Casso... add LDST PortInterface class
2020-04-27 Luke Kenneth Casso... add CompLDSTOpSubset, contains subset of decode instruc...
2020-04-27 Luke Kenneth Casso... update signal in DecodeToExecute1Type is "LD/ST perform...
2020-04-24 Luke Kenneth Casso... experimenting with ld/st comp unit
2020-04-24 Luke Kenneth Casso... remove out-of-date comments
2020-04-23 Luke Kenneth Casso... comment req_done
2020-04-23 Luke Kenneth Casso... hair-raising series of half-way-house changes which...
2020-04-23 Luke Kenneth Casso... start using records in score6600
2020-04-23 Luke Kenneth Casso... rename MultiCompUnit
2020-04-23 Luke Kenneth Casso... use go/rel Record in ldstcomp
2020-04-22 Luke Kenneth Casso... fix request-done in compalu_multi
2020-04-22 Luke Kenneth Casso... LDSTCompUnit converted, no need to special-case
2020-04-22 Luke Kenneth Casso... 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-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 Casso... changes to LDSTCompUnit, get score6600 working
2020-04-19 Luke Kenneth Casso... get compldst.py unit test up and running after modifica...
2020-04-19 Luke Kenneth Casso... whoops cut/paste error, n_src used instead of n_dst...
2020-04-19 Luke Kenneth Casso... import TestMemory globally not relative
2020-04-19 Luke Kenneth Casso... convert BranchALU to temporary conformant API
2020-04-19 Luke Kenneth Casso... half-way-house fix to get request-release signals working
next