Removed extraneous variable from 'ports=[..]' of main in bperm.py
[soc.git] / src / soc / branch / test / test_pipe_caller.py
2020-05-17 Luke Kenneth Casso... add instruction to assert statement so if there is...
2020-05-17 Luke Kenneth Casso... rename nia_out to nia, clarify with variables in main_s...
2020-05-16 Michael NolanAdd ports to ilang for test_caller.py
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 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 NolanBegin implementing conditional branch
2020-05-15 Luke Kenneth Casso... flip over to CompBROpSubset
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 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...