add a DIVS function as separate and discrete from floor_div
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Fri, 10 Jul 2020 20:09:30 +0000 (21:09 +0100)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Fri, 10 Jul 2020 20:09:30 +0000 (21:09 +0100)
commit9cde3002d533352fdf8ed464fa46d4acd548b051
tree1a6aa4f873532ae77d03d442e926956b0d79e43e
parent01d13ffd8c34f585583be66846165be5b67c3656
add a DIVS function as separate and discrete from floor_div
likewise for MODS and MULS
libreriscv
src/soc/decoder/helpers.py
src/soc/decoder/isa/caller.py
src/soc/decoder/pseudo/pywriter.py
src/soc/fu/div/test/test_pipe_caller.py