Stefan Kristiansson

Results 7 comments of Stefan Kristiansson

On Sat, Feb 7, 2015 at 12:53 PM, Xiongfei(Alex) GUO < [email protected]> wrote: > Hi, I have a problem when I am using _mor1kx_. > > My env: > -...

I agree, it doesn't look right. I'll look into it closer.

This should be fixed by: https://github.com/openrisc/mor1kx/commit/6caa7dba90cbe7c51421b542bd7b5ed487c83195 Please test and confirm.

yes, agreed, the registering need to take place before the unmasking.

> I can't test this right now, so I'm just guessing, but it seems the problem might be operator precedence in this line: > https://github.com/openrisc/mor1kx/blob/95eee0596a160ffdfd8ee6bc8b88268b2e49ec5e/rtl/verilog/mor1kx_execute_alu.v#L205 No, the precedence is correct,...

I agree, this is something we should look into to doing. Edit: And good idea putting down ideas/TODOs here!

I worked around this by: ../cmake find ./ -type f -exec sed -i 's/librt\.a/librt\.so/g' {} \; make -j $(nproc)