|
From: Maciej S. <mac...@ce...> - 2015-04-25 21:45:02
|
On 04/25/2015 10:28 AM, Martin Whitaker wrote: > Maciej Sumiński wrote: >> I enclose one more patch that needs a review. I am wondering if it is >> required for both arguments in NetEBDiv to have the same width? There is >> a testcase attached which causes an assertion failure, but in fact it >> works fine. It also does not break any other tests, but I might have >> missed something important there. >> > The first argument to $ivlh_to_unsigned should be treated as a self-determined > expression. The compiler was not doing this; instead it was elaborating the > argument using the cast width. I've pushed a fix for this to the master > branch. I'll update the test suite later. > > Martin Hi Martin, Thank you for the explanation and the fix. Now it works fine for me. Regards, Orson |