Wilson Snyder

Results 1229 comments of Wilson Snyder

There hasn't been any recent work on tristates. If this is important to improve for you please consider working on a pull request.

It shouldn't be unrolling when the body statement count is too large, as controlled by -unroll-stmts. Perhaps that's miscalculated due to all of the delayed assignments, or something else. Might...

Loop unrolling counts nodes (bodySizeOverRecurse), and V3Table counts instructions. Function inlining surprisingly uses neither - I think we should be checking instruction counts (unless forced with a pragma), with some...

Regardless of improving tracing and choice of simulator, note the best for performance is always to trace for the minimum amount of time needed, and only trace the signals needed....

The IEEE grammar has: function_subroutine_call [ '[' range_expression ']' ] that is, only one range is allowed. Does this work on other simulators? If so, please consider a pull to...

Ok, might you be willing to make a pull to implement this?

Agreed. Hoping this is a suggestion likely to lead to a pull request ;)

>I'm trying to make the changes, but it was really annoying that they weren't being propogated to the final binary. I put a clear compile error in src/VlcSource.h to test...

make -j should be fine. That's what I was using too.