Allow the formal engine to perform a same-cycle result in the ALU
[soc.git] / src / soc / fu / div / fsm.py
2021-11-08 Luke Kenneth Casso... remove unneeded imports
2021-11-07 Luke Kenneth Casso... make FSMDivCoreStage properly conform to Stage API
2021-08-24 Luke Kenneth Casso... replace data_o with o_data and data_i with i_data as...
2021-08-24 Luke Kenneth Casso... big rename, global/search/replace of ready_o with o_rea...
2020-10-04 Jacob Lifshaychange div FSM pipeline unit to not have a combinatoria...
2020-09-18 Luke Kenneth Casso... can remove unneeded overrides of Prev/Next Control
2020-09-17 Jacob Lifshayfix bug #492
2020-09-15 Luke Kenneth Casso... add back (totally confusing) accidentally-removed code...
2020-09-15 Luke Kenneth Casso... remove more (confusing/spurious) types, should be in...
2020-09-15 Luke Kenneth Casso... remove more (confusing/spurious) types, should be in...
2020-09-15 Luke Kenneth Casso... remove more (confusing/spurious) types, should be in...
2020-09-15 Luke Kenneth Casso... removed (confusing/spurious) types, should be in .pyi...
2020-08-25 Cole PoirierMerge branch 'master' of git.libre-soc.org:soc
2020-08-25 Jacob Lifshayfix broken remainder for div FSM
2020-07-22 Jacob Lifshayworking on fsm
2020-07-22 Jacob Lifshayworking on FSMDivCoreStage
2020-07-18 Jacob LifshayMerge branch 'master' of ssh://git.libre-riscv.org...
2020-07-18 Jacob Lifshayadd div fsm core (`DivState*`) with tests
2020-07-17 Jacob LifshayMerge branch 'master' of ssh://git.libre-riscv.org...
2020-07-17 Jacob Lifshaystart adding FSMDivCore*