Add ilang output to test_maskgen.py
[soc.git] / src / soc / branch /
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 Luke Kenneth Casso... add comment in branch test_pipe_caller.py about decodin...
2020-05-16 Luke Kenneth Casso... rename branch input data regs to spr1/2/3 according...
2020-05-15 Luke Kenneth Casso... correct branch pipe spr allocation table
2020-05-15 Luke Kenneth Casso... update reg allocation table for branch
2020-05-15 Luke Kenneth Casso... add reg allocation table
2020-05-15 Luke Kenneth Casso... add system calls
2020-05-15 Luke Kenneth Casso... 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 NolanFix a couple of bugs with conditional branch with counter
2020-05-15 Michael NolanImplement ctr decrementing
2020-05-15 Luke Kenneth Casso... add TAR and comment BranchInputData fields
2020-05-15 Luke Kenneth Casso... whoops spr copied from i.lr not i.spr
2020-05-15 Luke Kenneth Casso... add TODO
2020-05-15 Luke Kenneth Casso... nope - remove cia from CompBROpSubset
2020-05-15 Luke Kenneth Casso... add cia to CompBROpSubset, remove data_len
2020-05-15 Luke Kenneth Casso... more minor shuffle
2020-05-15 Luke Kenneth Casso... bit more major shuffle
2020-05-15 Luke Kenneth Casso... use small br_ext function to morph branch address
2020-05-15 Luke Kenneth Casso... missed some variables in the cleanup
2020-05-15 Luke Kenneth Casso... minor cleanup
2020-05-15 Michael NolanBegin implementing conditional branch
2020-05-15 Luke Kenneth Casso... flip over to CompBROpSubset
2020-05-15 Luke Kenneth Casso... 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 Luke Kenneth Casso... add cookie-cut version of branch, copied from Logical...