[Libre-soc-bugs] [Bug 730] adapt ALU test cases to include expected results

bugzilla-daemon at libre-soc.org bugzilla-daemon at libre-soc.org
Mon Nov 22 06:39:43 GMT 2021


https://bugs.libre-soc.org/show_bug.cgi?id=730

--- Comment #39 from Luke Kenneth Casson Leighton <lkcl at lkcl.net> ---
(In reply to vklr at vkten.in from comment #37)

> Just read manual again (I missed previously) which says:
> 
> cmplw cr3,Rx,Ry
> eqv to
> cmpl 3,0,Rx,Ry

yes. section 3.3.10 p82 book I v3.0C.
aliases (pseudo ops aka "extended menonics")
are not supported by ISACaller and never will be.

to reiterate: you should always take all unit test
assembly code to be 100% correct.

(In reply to vklr at vkten.in from comment #38)
> I have put the expected state codes to all in which it could be put.

brilliant.

> Left ones are which use random values or range choice.

ok, those will be next (the random value ones), or, if
fixed values with range, you can see the style i did
in one example, i analysed the expected results dump and did
on-the-fly construction.

kyle if you'd like to help with that feel free

> Kindly give feedback about bug completion status.
> 
> If any left I will sure try to do it.

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


More information about the libre-soc-bugs mailing list