soc.git
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...
2020-05-15 Michael NolanOoops, actually assert during cmpeqb
2020-05-15 Michael NolanAdd test for cmpeqb
2020-05-15 Michael NolanAdd test for cntlz to test_caller
2020-05-15 Luke Kenneth... add cookie-cut version of branch, copied from Logical...
2020-05-15 Michael NolanAdd gitignore to shift_rot and logical formal folders
2020-05-15 Michael NolanRe-enable popcnt in test_pipe_caller.py
2020-05-15 Michael NolanAdd test for popcnt to test_caller.py
2020-05-15 Michael NolanFix prty implementation
2020-05-15 Michael NolanAdd test for prtyw pseudocode
2020-05-15 Michael NolanUpdate to latest wiki version, fix bug in prty pseudocode
2020-05-15 Luke Kenneth... add count leading zero test into logical test_pipe_call...
2020-05-15 Luke Kenneth... link countzero in to Logical pipeline
2020-05-15 Luke Kenneth... output countzero ilang
2020-05-15 Luke Kenneth... remove countzero vhdl tb code
2020-05-15 Luke Kenneth... swap encode responses, 3210 not 0123 for left mode
2020-05-15 Luke Kenneth... add some more tests to countzero
2020-05-15 Luke Kenneth... cool! countzero unit test works!
2020-05-15 Luke Kenneth... code-munging
2020-05-15 Luke Kenneth... bit of code-morphing of countzero.py
2020-05-15 Luke Kenneth... make module combinatorial
2020-05-15 Tobias Platenconverted countzero from microwatt
2020-05-14 Luke Kenneth... minor cleanup
2020-05-14 Luke Kenneth... more code-munging
2020-05-14 Luke Kenneth... random commenting and code-morph of Logical
2020-05-14 Luke Kenneth... tidy up rotator main stage
2020-05-14 Luke Kenneth... small code-shuffle
2020-05-14 Luke Kenneth... update submodule for parity
2020-05-14 Michael NolanAdd patch for cmpb
2020-05-14 Luke Kenneth... update submodule isa tables to match OP_CMPB moving...
2020-05-14 Luke Kenneth... add parity test
2020-05-14 Luke Kenneth... add the ever-weird parity instruction
2020-05-14 Luke Kenneth... clarify code, use temporary
2020-05-14 Luke Kenneth... simplify popcount
2020-05-14 Luke Kenneth... add popcount test
2020-05-14 Luke Kenneth... add (untested) popcount
2020-05-14 Luke Kenneth... debug info on assertion
2020-05-14 Luke Kenneth... add comment about CMP swapping
2020-05-14 Luke Kenneth... cleanup Logical
2020-05-14 Luke Kenneth... invert test condition in formal proof of ALU output...
2020-05-14 Luke Kenneth... move inversion of cmp into output stage by inverting...
2020-05-14 Luke Kenneth... idea: invert pos/neg test in output stage, uses an...
2020-05-14 Michael NolanImplement OP_CMP
2020-05-14 Michael NolanAdd OP_CMPB
2020-05-14 Michael NolanUpdate to latest wiki version
2020-05-14 Michael NolanFix bug in shift_rot, update proof to handle new interface
2020-05-14 Luke Kenneth... minor experimental rework of LDSTCompUnit to suit score...
2020-05-14 Luke Kenneth... add TODO comments on Logical pipeline
2020-05-14 Luke Kenneth... whoops assertion that the Logical pipeline Function...
next