also read LDST RM files
[soc.git] / src / soc / fu / div /
2020-10-09 Jacob Lifshaymove pia_res_to_output to common test helpers
2020-10-07 Jacob Lifshayfix div tests
2020-10-07 Jacob LifshayFix forgotten test_pipe_caller changes from e0b4334c7d8...
2020-10-06 Jacob Lifshayadd divde regression test
2020-10-06 Jacob Lifshayadd moduw regression test
2020-10-06 Jacob Lifshayadd workaround for nmigen bug #502
2020-10-06 Jacob Lifshayadd modsw regression
2020-10-06 Jacob Lifshayadd test case for divweu regression
2020-10-06 Jacob Lifshayprint regs in hex
2020-10-04 Jacob Lifshaychange div FSM pipeline unit to not have a combinatoria...
2020-10-03 Jacob Lifshayadd regression testcase
2020-09-26 Cesar StraussConvert a few more tests to be able to use cxxsim
2020-09-22 Jacob LifshayRevert "disable pia in div tests"
2020-09-22 Luke Kenneth Casso... disable pia in div tests
2020-09-18 Luke Kenneth Casso... can remove unneeded overrides of Prev/Next Control
2020-09-17 Jacob Lifshayadd divwe regression test case
2020-09-17 Jacob Lifshayre-enable test case -- no longer goes into an infinite...
2020-09-17 Jacob Lifshayfix bug #492
2020-09-17 Jacob Lifshayreplace sim._state.timeline.now with sim._engine.now
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-09-04 Jacob Lifshayupdate to match refactored power-instruction-analyzer API
2020-08-26 Cole PoirierMerge branch 'master' of git.libre-soc.org:soc
2020-08-26 Luke Kenneth Casso... investigating div fsm and simulator bug
2020-08-25 Cole PoirierMerge branch 'master' of git.libre-soc.org:soc
2020-08-25 Jacob Lifshayfix broken remainder for div FSM
2020-08-25 Jacob Lifshayclean up formatting
2020-08-24 Cole PoirierMerge branch 'master' of git.libre-soc.org:soc
2020-08-22 Luke Kenneth Casso... add extra div regression tests
2020-08-22 Luke Kenneth Casso... modsd bug, https://bugs.libre-soc.org/show_bug.cgi...
2020-08-09 Luke Kenneth Casso... divwo case makes test_issuer stay busy!
2020-08-09 Luke Kenneth Casso... add extra divwo regression test
2020-08-05 Cole PoirierMerge branch 'master' of git.libre-soc.org:soc
2020-08-05 Jacob LifshayFixed div pipe with FSM
2020-07-29 Luke Kenneth Casso... whitespace
2020-07-29 Jacob Lifshayadd __init__.py to all source directories
2020-07-28 Jacob Lifshayclean up div pipe tests to allow them to be run in...
2020-07-28 Jacob LifshayMerge remote-tracking branch 'origin/master'
2020-07-28 Jacob Lifshayfix test_pipe_ilang.py
2020-07-28 Jacob Lifshaysplit out ilang tests
2020-07-28 Jacob Lifshayformat code
2020-07-26 Luke Kenneth Casso... move run_test_program to base class and rename to ...
2020-07-26 Luke Kenneth Casso... again, move large heavily-indented code-block in div...
2020-07-26 Luke Kenneth Casso... get div compunit test running (use new way to accumulat...
2020-07-26 Luke Kenneth Casso... use new test accumulator class in div tests
2020-07-25 Luke Kenneth Casso... remove old div overflow test, keep microwatt version
2020-07-25 Luke Kenneth Casso... comb += missing
2020-07-25 Luke Kenneth Casso... add CR0 regression, expected 0b10 actual 0b11
2020-07-25 Luke Kenneth Casso... add regression test 8, DivPipeCore producing spurious...
2020-07-25 Luke Kenneth Casso... add pia back in
2020-07-25 Luke Kenneth Casso... re-add pia_result_to_output function (minus "typing...
2020-07-24 Luke Kenneth Casso... too much debug info going past, so add the test registe...
2020-07-24 Luke Kenneth Casso... missed import
2020-07-24 Luke Kenneth Casso... calling the test dictionary from the constructor is...
2020-07-24 Luke Kenneth Casso... whoops spelling
2020-07-24 Luke Kenneth Casso... add the div pipe kind plus prog.assembly to the assert...
2020-07-24 Luke Kenneth Casso... call test_write_ilang only once - ends up being called...
2020-07-24 Luke Kenneth Casso... fix how long div tests run, de-comment FSM and DivPipeCore
2020-07-24 Luke Kenneth Casso... argh! work-in-progress breaking / fixing how to do...
2020-07-24 Luke Kenneth Casso... whoops must add DivTestCasesLong to get it to produce...
2020-07-24 Luke Kenneth Casso... re-enable commented-out div unit tests
2020-07-24 Luke Kenneth Casso... split out "all" div into separate unit test (takes...
2020-07-24 Luke Kenneth Casso... reduce variable size, continuation not needed
2020-07-24 Luke Kenneth Casso... comment about timeline does not exist
2020-07-24 Luke Kenneth Casso... ah ha! not using "with" was not calling the "close...
2020-07-24 Luke Kenneth Casso... whitespace / comments
2020-07-24 Luke Kenneth Casso... Revert "working on div's test_pipe_caller"
2020-07-24 Jacob Lifshayworking on div's test_pipe_caller
2020-07-23 Jacob Lifshayadd all div* and mod* instructions to test_pipe_caller
2020-07-22 Jacob Lifshayworking on fsm
2020-07-22 Jacob Lifshayworking on FSMDivCoreStage
2020-07-22 Jacob Lifshayfix test_div_state_fsm
2020-07-19 Luke Kenneth Casso... if nmigen.sim.pysim import fails use nmigen.back.pysim
2020-07-18 Luke Kenneth Casso... worked out that DivPipeSpec can be given a default...
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*
2020-07-17 Luke Kenneth Casso... whitespace
2020-07-17 Luke Kenneth Casso... whitespace
2020-07-17 Jacob Lifshayadd simulation-only division core using nmigen div...
2020-07-17 Jacob Lifshayrename DIV->Div to be consistent
2020-07-17 Jacob Lifshayformat div code
2020-07-12 Luke Kenneth Casso... rename InternalOp to MicrOp
2020-07-11 Luke Kenneth Casso... sorting out bigendian/littleendian including in qemu
2020-07-10 Luke Kenneth Casso... add a DIVS function as separate and discrete from floor_div
2020-07-10 Luke Kenneth Casso... add random unsigned div tests
2020-07-10 Luke Kenneth Casso... add overflow div tests
2020-07-10 Luke Kenneth Casso... propagate missing parameters from div
2020-07-10 Luke Kenneth Casso... code comments
2020-07-10 Luke Kenneth Casso... do not set div result if overflow occurs
2020-07-10 Luke Kenneth Casso... re-enable div random tests and other regressions
2020-07-10 Luke Kenneth Casso... add test7 div regression
2020-07-10 Luke Kenneth Casso... add more debug output for #425
2020-07-10 Luke Kenneth Casso... add debugging chain for #425
2020-07-09 Luke Kenneth Casso... add regression test for div overflow case
2020-07-09 Luke Kenneth Casso... test top bit 31 in 32-bit mode for CR0 creation
next