Wilson Snyder

Results 1229 comments of Wilson Snyder

Ah, ok, so guess the step is to figure out which of these really are illegal, and likewise are errors on others.

Agreed that this passes on other simulators. Could you please make a small update to this to make it self checking (maybe count edges or something) so that it $finishes...

I've contemplated similar cleanups, but have never gotten to it, I agree this would be beneficial. Obviously we need V3Broken to enforce the behavior (perhaps the enforcement of the types...

I'm good with this plan, thanks for the restructuring.

Just thought a bit about `AstAssignPre` -> `AstAlwaysPre(AstAssign)` `AstAssignPost` -> `AstAlwaysPost(AstAssign)` The special part is really the optimization of the assign, not the always. Also would like the reason for...

Just for debugging; instantly tells me what made them and why. Especially when looking at missing optimizations. Ok if do it as originally proposed.

Not sure on visual inspection what the issue is but if you could look into it would be appreciated. Note we have outstanding bugs on properly handling automatic variable init,...

Please Verilate with `--runtime-debug` then run the model with `+verilator+debug 9`, this should show what functions are getting called.

Thanks, a reasonable idea. I thought we already did this (without gantt).... but I couldn't find it. verilated_threads.cpp already computes core_per_thread, so instead add a warning there where it isn't...