2020-05-17 |
Michael Nolan | Add incomplete proof_bperm.py with comments on how... |
commit | commitdiff | tree |
2020-05-17 |
Michael Nolan | Move perm inside Bpermd as it's not an input or output |
commit | commitdiff | tree |
2020-05-17 |
Luke Kenneth... | code-shuffle |
commit | commitdiff | tree |
2020-05-17 |
Luke Kenneth... | realised that the instruction fields have a namedtuple... |
commit | commitdiff | tree |
2020-05-17 |
Luke Kenneth... | use slightly more elegant way to access CR lookup table |
commit | commitdiff | tree |
2020-05-17 |
Luke Kenneth... | use Cat(*list) on CR mask |
commit | commitdiff | tree |
2020-05-17 |
Luke Kenneth... | try lbzu |
commit | commitdiff | tree |
2020-05-17 |
Luke Kenneth... | remove condition stopping wr_reset from firing on LD |
commit | commitdiff | tree |
2020-05-17 |
Luke Kenneth... | switch off LD/ST address when load activates |
commit | commitdiff | tree |
2020-05-17 |
Luke Kenneth... | fix address latching however LD is not working |
commit | commitdiff | tree |
2020-05-17 |
Luke Kenneth... | keep address held sustained whilst valid |
commit | commitdiff | tree |
2020-05-17 |
Luke Kenneth... | latest not-quite-working LDSTCompUnit experimentation |
commit | commitdiff | tree |
2020-05-17 |
Luke Kenneth... | update comments on condition register |
commit | commitdiff | tree |
2020-05-16 |
colepoirier | Removed from bperm.py extraneous creation of temporary... |
commit | commitdiff | tree |
2020-05-16 |
colepoirier | Made creation of Array of Signals in bperm.py more... |
commit | commitdiff | tree |
2020-05-16 |
Michael Nolan | Add ilang output to test_maskgen.py |
commit | commitdiff | tree |
2020-05-16 |
Luke Kenneth... | whitespace cleanup to PEP8-ish standards |
commit | commitdiff | tree |
2020-05-16 |
colepoirier | Implemented luke's TODOs by adding 'reset_less' to... |
commit | commitdiff | tree |
2020-05-16 |
Luke Kenneth... | comments / code-morph |
commit | commitdiff | tree |
2020-05-16 |
Michael Nolan | Implement mfcr and mfocrf |
commit | commitdiff | tree |
2020-05-16 |
Luke Kenneth... | add debug info of what instruction was executed and... |
commit | commitdiff | tree |
2020-05-16 |
Luke Kenneth... | code-munge on CR pipeline |
commit | commitdiff | tree |
2020-05-16 |
Michael Nolan | Implement mtocrf (which isn't different from mtcrf?) |
commit | commitdiff | tree |
2020-05-16 |
Michael Nolan | Remove noisy print statements in selectable_int.py |
commit | commitdiff | tree |
2020-05-16 |
Michael Nolan | Add sprset.patch |
commit | commitdiff | tree |
2020-05-16 |
Michael Nolan | Add condition.patch |
commit | commitdiff | tree |
2020-05-16 |
Michael Nolan | Minor cleanup |
commit | commitdiff | tree |
2020-05-16 |
Michael Nolan | Implement mtcrf |
commit | commitdiff | tree |
2020-05-16 |
Michael Nolan | Add comments on what CROP (crand, cror) do and how... |
commit | commitdiff | tree |
2020-05-16 |
Michael Nolan | Add ports to ilang for test_caller.py |
commit | commitdiff | tree |
2020-05-16 |
Michael Nolan | Fix bug in branch's pipe_data |
commit | commitdiff | tree |
2020-05-16 |
Michael Nolan | Consolidate every pipe_data to use alu's integer data |
commit | commitdiff | tree |
2020-05-16 |
Michael Nolan | OP_CROP fully working |
commit | commitdiff | tree |
2020-05-16 |
Michael Nolan | Update to latest wiki version - fix bug with crxor |
commit | commitdiff | tree |
2020-05-16 |
Michael Nolan | Implement mcrf in CR FU |
commit | commitdiff | tree |
2020-05-16 |
Michael Nolan | Get working mcrf in caller.py |
commit | commitdiff | tree |
2020-05-16 |
Michael Nolan | Update to latest wiki version - move crand to own opcode |
commit | commitdiff | tree |
2020-05-16 |
Luke Kenneth... | update with TODO comments |
commit | commitdiff | tree |
2020-05-16 |
Luke Kenneth... | no need to else continue |
commit | commitdiff | tree |
2020-05-16 |
Luke Kenneth... | missing m.d.comb += |
commit | commitdiff | tree |
2020-05-16 |
colepoirier | Added working bperm.py, but is too gate heavy, as well... |
commit | commitdiff | tree |
2020-05-16 |
Luke Kenneth... | add comment in branch test_pipe_caller.py about decodin... |
commit | commitdiff | tree |
2020-05-16 |
Luke Kenneth... | rename branch input data regs to spr1/2/3 according... |
commit | commitdiff | tree |
2020-05-15 |
Michael Nolan | Make opcode for crand and friends |
commit | commitdiff | tree |
2020-05-15 |
Michael Nolan | Begin adding CR pipeline |
commit | commitdiff | tree |
2020-05-15 |
Michael Nolan | Update to latest wiki version - Add CR FU |
commit | commitdiff | tree |
2020-05-15 |
Michael Nolan | Add CR function unit |
commit | commitdiff | tree |
2020-05-15 |
Michael Nolan | Update wiki to latest version. |
commit | commitdiff | tree |
2020-05-15 |
Michael Nolan | Fix bug introduced when I made it possible to set the... |
commit | commitdiff | tree |
2020-05-15 |
Luke Kenneth... | correct branch pipe spr allocation table |
commit | commitdiff | tree |
2020-05-15 |
Luke Kenneth... | update reg allocation table for branch |
commit | commitdiff | tree |
2020-05-15 |
Luke Kenneth... | add reg allocation table |
commit | commitdiff | tree |
2020-05-15 |
Luke Kenneth... | add system calls |
commit | commitdiff | tree |
2020-05-15 |
Luke Kenneth... | add reg allocation requirements |
commit | commitdiff | tree |
2020-05-15 |
Michael Nolan | Implement op_bcreg |
commit | commitdiff | tree |
2020-05-15 |
Michael Nolan | Remove TAR input, create fixed input for CTR and input... |
commit | commitdiff | tree |
2020-05-15 |
Michael Nolan | re-enable assert for correct function unit |
commit | commitdiff | tree |
2020-05-15 |
Michael Nolan | Update to latest wiki version - add branch FU to branch... |
commit | commitdiff | tree |
2020-05-15 |
Michael Nolan | Fix a couple of bugs with conditional branch with counter |
commit | commitdiff | tree |
2020-05-15 |
Michael Nolan | Implement ctr decrementing |
commit | commitdiff | tree |
2020-05-15 |
Luke Kenneth... | add TAR and comment BranchInputData fields |
commit | commitdiff | tree |
2020-05-15 |
Luke Kenneth... | whoops spr copied from i.lr not i.spr |
commit | commitdiff | tree |
2020-05-15 |
Luke Kenneth... | add TODO |
commit | commitdiff | tree |
2020-05-15 |
Luke Kenneth... | nope - remove cia from CompBROpSubset |
commit | commitdiff | tree |
2020-05-15 |
Luke Kenneth... | add cia to CompBROpSubset, remove data_len |
commit | commitdiff | tree |
2020-05-15 |
Luke Kenneth... | more minor shuffle |
commit | commitdiff | tree |
2020-05-15 |
Luke Kenneth... | bit more major shuffle |
commit | commitdiff | tree |
2020-05-15 |
Luke Kenneth... | use small br_ext function to morph branch address |
commit | commitdiff | tree |
2020-05-15 |
Luke Kenneth... | missed some variables in the cleanup |
commit | commitdiff | tree |
2020-05-15 |
Luke Kenneth... | minor cleanup |
commit | commitdiff | tree |
2020-05-15 |
Michael Nolan | Oops, looks like I forgot to push the wiki update |
commit | commitdiff | tree |
2020-05-15 |
Michael Nolan | Begin implementing conditional branch |
commit | commitdiff | tree |
2020-05-15 |
Luke Kenneth... | flip over to CompBROpSubset |
commit | commitdiff | tree |
2020-05-15 |
Luke Kenneth... | add branch input record |
commit | commitdiff | tree |
2020-05-15 |
Michael Nolan | Add ability to specify initial CR state |
commit | commitdiff | tree |
2020-05-15 |
Michael Nolan | Implement signed branch immediates |
commit | commitdiff | tree |
2020-05-15 |
Michael Nolan | Change nia input to cia, implement linking |
commit | commitdiff | tree |
2020-05-15 |
Michael Nolan | Simplify main_stage.py |
commit | commitdiff | tree |
2020-05-15 |
Michael Nolan | Fix broken test_ba |
commit | commitdiff | tree |
2020-05-15 |
Michael Nolan | Implement relative branches, add explicit NIA input... |
commit | commitdiff | tree |
2020-05-15 |
Michael Nolan | add branch to absolute address |
commit | commitdiff | tree |
2020-05-15 |
Michael Nolan | Add rudimentary branch unit test bench |
commit | commitdiff | tree |
2020-05-15 |
Michael Nolan | Update to latest wiki - add branch unit for branch... |
commit | commitdiff | tree |
2020-05-15 |
Michael Nolan | Implement OP_CMPEQB |
commit | commitdiff | tree |
2020-05-15 |
Michael Nolan | Update to latest wiki version - add definition for... |
commit | commitdiff | tree |
2020-05-15 |
Michael Nolan | Ooops, actually assert during cmpeqb |
commit | commitdiff | tree |
2020-05-15 |
Michael Nolan | Add test for cmpeqb |
commit | commitdiff | tree |
2020-05-15 |
Michael Nolan | Add test for cntlz to test_caller |
commit | commitdiff | tree |
2020-05-15 |
Luke Kenneth... | add cookie-cut version of branch, copied from Logical... |
commit | commitdiff | tree |
2020-05-15 |
Michael Nolan | Add gitignore to shift_rot and logical formal folders |
commit | commitdiff | tree |
2020-05-15 |
Michael Nolan | Re-enable popcnt in test_pipe_caller.py |
commit | commitdiff | tree |
2020-05-15 |
Michael Nolan | Add test for popcnt to test_caller.py |
commit | commitdiff | tree |
2020-05-15 |
Michael Nolan | Fix prty implementation |
commit | commitdiff | tree |
2020-05-15 |
Michael Nolan | Add test for prtyw pseudocode |
commit | commitdiff | tree |
2020-05-15 |
Michael Nolan | Update to latest wiki version, fix bug in prty pseudocode |
commit | commitdiff | tree |
2020-05-15 |
Luke Kenneth... | add count leading zero test into logical test_pipe_call... |
commit | commitdiff | tree |
2020-05-15 |
Luke Kenneth... | link countzero in to Logical pipeline |
commit | commitdiff | tree |
2020-05-15 |
Luke Kenneth... | output countzero ilang |
commit | commitdiff | tree |
2020-05-15 |
Luke Kenneth... | remove countzero vhdl tb code |
commit | commitdiff | tree |
2020-05-15 |
Luke Kenneth... | swap encode responses, 3210 not 0123 for left mode |
commit | commitdiff | tree |
next |