Activity for Evan Lavelle

  • Evan Lavelle Evan Lavelle posted a comment on ticket #1030

    Hi Martin - thanks; that surprised me. I've tried the code on EDA Playground, and VCS agrees with ModelSim, while Icarus, Riviera (which I think normally follows ModelSim), GPL-CVer, and Veriwell agree with XL. The problem is that the section you've quoted makes sense for $random(n), but it doesn't cover the case where no seed is provided. The LRM appears to have nothing to say about this. '$random' clearly can't map on to 'rtl_dist_uniform(seed, LONG_MIN, LONG_MAX)' as no seed is supplied, and 'rtl_dist_uniform'...

  • Evan Lavelle Evan Lavelle created ticket #1030

    Icarus is not random-stable

  • Evan Lavelle Evan Lavelle posted a comment on ticket #1029

    Thanks very much - my Icarus regressions all now pass.

  • Evan Lavelle Evan Lavelle posted a comment on ticket #1029

    Hi Martin - that's great - thanks. It's not quite complete, unfortunately, but I'm not sure how far it's worth going with this. The attached is a slightly modified version of the test, which adds two further $writes. $write #3 has a function call ('foo(0)') as the actual parameter, where the function returns a real, and $write expects '%d'. The real it returns is 2.5, so this should be rounded to 3. $write #4 is the same, except that the the actual parameter is now '$signed(foo(0))'. This is probably...

  • Evan Lavelle Evan Lavelle created ticket #1029

    Reals are incorrectly rounded to ints

  • Evan Lavelle Evan Lavelle posted a comment on ticket #1027

    Thank you - confirmed fixed.

  • Evan Lavelle Evan Lavelle created ticket #1027

    v10 regression: task inout parameter copy-out fails, Ok in 0.9.7

  • Evan Lavelle Evan Lavelle posted a comment on ticket #1018

    Sorry about that - only just managed to get back on to this after 7 months! I did a git pull and re-ran the regressions just before your mail, and can confirm that all the failures that I had in July are now gone. So, presumably #1016 and #1017 fixed everything. Great work - thanks very much.

  • Evan Lavelle Evan Lavelle posted a comment on ticket #1016

    Note that this worked in earlier versions of iverilog.

  • Evan Lavelle Evan Lavelle created ticket #1018

    Program fails until a $write debug statement is added

  • Evan Lavelle Evan Lavelle created ticket #1017

    iverilog creates infinite loop

  • Evan Lavelle Evan Lavelle created ticket #1016

    vvp incorrectly exits on termination of a begin/end

1