soc.git
2020-05-18 Luke Kenneth... mass-rename of modules to soc.fu.*
2020-05-18 Luke Kenneth... rename pipe to fu
2020-05-18 Luke Kenneth... move pipelines to pipe dir
2020-05-17 colepoirierRemoved extraneous variable from 'ports=[..]' of main...
2020-05-17 colepoirierApplied PEP8 formatting to bperm.py
2020-05-17 Luke Kenneth... test 32/64 bit mode CTR in branch
2020-05-17 Luke Kenneth... add comments from spec on branch
2020-05-17 Luke Kenneth... add instruction to assert statement so if there is...
2020-05-17 Luke Kenneth... rename nia_out to nia, clarify with variables in main_s...
2020-05-17 Luke Kenneth... rename nia_out to just nia, we know it is an output
2020-05-17 Luke Kenneth... add convenience name to branch main stage and branch...
2020-05-17 Luke Kenneth... bit of code-munging in branch main stage
2020-05-17 Luke Kenneth... field cleanup
2020-05-17 Luke Kenneth... whitespace cleanup
2020-05-17 Luke Kenneth... simplify field access
2020-05-17 Michael NolanAdd incomplete proof_bperm.py with comments on how...
2020-05-17 Michael NolanMove perm inside Bpermd as it's not an input or output
2020-05-17 Luke Kenneth... code-shuffle
2020-05-17 Luke Kenneth... realised that the instruction fields have a namedtuple...
2020-05-17 Luke Kenneth... use slightly more elegant way to access CR lookup table
2020-05-17 Luke Kenneth... use Cat(*list) on CR mask
2020-05-17 Luke Kenneth... try lbzu
2020-05-17 Luke Kenneth... remove condition stopping wr_reset from firing on LD
2020-05-17 Luke Kenneth... switch off LD/ST address when load activates
2020-05-17 Luke Kenneth... fix address latching however LD is not working
2020-05-17 Luke Kenneth... keep address held sustained whilst valid
2020-05-17 Luke Kenneth... latest not-quite-working LDSTCompUnit experimentation
2020-05-17 Luke Kenneth... update comments on condition register
2020-05-16 colepoirierRemoved from bperm.py extraneous creation of temporary...
2020-05-16 colepoirierMade creation of Array of Signals in bperm.py more...
2020-05-16 Michael NolanAdd ilang output to test_maskgen.py
2020-05-16 Luke Kenneth... whitespace cleanup to PEP8-ish standards
2020-05-16 colepoirierImplemented luke's TODOs by adding 'reset_less' to...
2020-05-16 Luke Kenneth... comments / code-morph
2020-05-16 Michael NolanImplement mfcr and mfocrf
2020-05-16 Luke Kenneth... add debug info of what instruction was executed and...
2020-05-16 Luke Kenneth... code-munge on CR pipeline
2020-05-16 Michael NolanImplement mtocrf (which isn't different from mtcrf?)
2020-05-16 Michael NolanRemove noisy print statements in selectable_int.py
2020-05-16 Michael NolanAdd sprset.patch
2020-05-16 Michael NolanAdd condition.patch
2020-05-16 Michael NolanMinor cleanup
2020-05-16 Michael NolanImplement mtcrf
2020-05-16 Michael NolanAdd comments on what CROP (crand, cror) do and how...
2020-05-16 Michael NolanAdd ports to ilang for test_caller.py
2020-05-16 Michael NolanFix bug in branch's pipe_data
2020-05-16 Michael NolanConsolidate every pipe_data to use alu's integer data
2020-05-16 Michael NolanOP_CROP fully working
2020-05-16 Michael NolanUpdate to latest wiki version - fix bug with crxor
2020-05-16 Michael NolanImplement mcrf in CR FU
2020-05-16 Michael NolanGet working mcrf in caller.py
2020-05-16 Michael NolanUpdate to latest wiki version - move crand to own opcode
2020-05-16 Luke Kenneth... update with TODO comments
2020-05-16 Luke Kenneth... no need to else continue
2020-05-16 Luke Kenneth... missing m.d.comb +=
2020-05-16 colepoirierAdded working bperm.py, but is too gate heavy, as well...
2020-05-16 Luke Kenneth... add comment in branch test_pipe_caller.py about decodin...
2020-05-16 Luke Kenneth... rename branch input data regs to spr1/2/3 according...
2020-05-15 Michael NolanMake opcode for crand and friends
2020-05-15 Michael NolanBegin adding CR pipeline
2020-05-15 Michael NolanUpdate to latest wiki version - Add CR FU
2020-05-15 Michael NolanAdd CR function unit
2020-05-15 Michael NolanUpdate wiki to latest version.
2020-05-15 Michael NolanFix bug introduced when I made it possible to set the...
2020-05-15 Luke Kenneth... correct branch pipe spr allocation table
2020-05-15 Luke Kenneth... update reg allocation table for branch
2020-05-15 Luke Kenneth... add reg allocation table
2020-05-15 Luke Kenneth... add system calls
2020-05-15 Luke Kenneth... add reg allocation requirements
2020-05-15 Michael NolanImplement op_bcreg
2020-05-15 Michael NolanRemove TAR input, create fixed input for CTR and input...
2020-05-15 Michael Nolanre-enable assert for correct function unit
2020-05-15 Michael NolanUpdate to latest wiki version - add branch FU to branch...
2020-05-15 Michael NolanFix a couple of bugs with conditional branch with counter
2020-05-15 Michael NolanImplement ctr decrementing
2020-05-15 Luke Kenneth... add TAR and comment BranchInputData fields
2020-05-15 Luke Kenneth... whoops spr copied from i.lr not i.spr
2020-05-15 Luke Kenneth... add TODO
2020-05-15 Luke Kenneth... nope - remove cia from CompBROpSubset
2020-05-15 Luke Kenneth... add cia to CompBROpSubset, remove data_len
2020-05-15 Luke Kenneth... more minor shuffle
2020-05-15 Luke Kenneth... bit more major shuffle
2020-05-15 Luke Kenneth... use small br_ext function to morph branch address
2020-05-15 Luke Kenneth... missed some variables in the cleanup
2020-05-15 Luke Kenneth... minor cleanup
2020-05-15 Michael NolanOops, looks like I forgot to push the wiki update
2020-05-15 Michael NolanBegin implementing conditional branch
2020-05-15 Luke Kenneth... flip over to CompBROpSubset
2020-05-15 Luke Kenneth... add branch input record
2020-05-15 Michael NolanAdd ability to specify initial CR state
2020-05-15 Michael NolanImplement signed branch immediates
2020-05-15 Michael NolanChange nia input to cia, implement linking
2020-05-15 Michael NolanSimplify main_stage.py
2020-05-15 Michael NolanFix broken test_ba
2020-05-15 Michael NolanImplement relative branches, add explicit NIA input...
2020-05-15 Michael Nolanadd branch to absolute address
2020-05-15 Michael NolanAdd rudimentary branch unit test bench
2020-05-15 Michael NolanUpdate to latest wiki - add branch unit for branch...
2020-05-15 Michael NolanImplement OP_CMPEQB
2020-05-15 Michael NolanUpdate to latest wiki version - add definition for...
next