Wilson Snyder

Results 1229 comments of Wilson Snyder

There's https://github.com/verilator/verilator/blob/master/docs/internals.rst in addition to https://veripool.org/guide/latest/connecting.html Otherwise, pulls to add reasonable comments appreciated. If it's deep in internals, best is comments in place in the code, to make sure it...

It's a mix of poor documentation and bugs. lint_off "*" means to disable lint-level warnings like -Wno-lint, not all warnings (e.g. keeps IEEE required warnings). lint_off "file" should match above...

@paul-demo please attach an example of the newly-broken problem (vs the original m one here) in a new bug, thanks.

Should be straight forward if you want to try to make a pull to support this. Note the parser has commented out lines for this to match the needed grammar.:...

None as far as I know, perhaps you'd make a pull?

Right now it looks straight forward, but hard to know what will be hit along the way! Worse case we'll still be closer to having it working! Basically first step...

@gezalore - FYI this is also an optimization that was suggested from analyzing EL1.

@RRozak maybe you could take a look after your other streaming patch?

@paul-demo any interest in looking at this to help towards UVM?