Fix a couple of bugs with conditional branch with counter
[soc.git] / src / soc / branch / main_stage.py
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 TODO
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 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 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...