[libre-riscv-dev] [Bug 84] add test for pipelined version of integer multiplier

bugzilla-daemon at libre-riscv.org bugzilla-daemon at libre-riscv.org
Wed May 29 11:11:59 BST 2019


http://bugs.libre-riscv.org/show_bug.cgi?id=84

Jacob Lifshay <programmerjake at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|IN_PROGRESS                 |RESOLVED
         Resolution|---                         |FIXED

--- Comment #1 from Jacob Lifshay <programmerjake at gmail.com> ---
I finished implementing all the tests for adding pipeline registers and they
all pass.

I split the test entry points up so they can be run in parallel by
pytest-xdist.

I ran the tests on pypy3 using pytest-xdist on my Ryzen 1500X and it still
takes 144s, so, unless you like watching a movie while you wait, don't use
plain python3 and unittest :)

All that's left is documentation and code formatting.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the libre-riscv-dev mailing list