Wilson Snyder
Wilson Snyder
I suspect in V3EmitV just visit(AstThis) and print "this".
I pushed the trivial V3EmitV change, but I think more is needed, when @toddstrader gets a chance.
@toddstrader this example passes with `--coverage`, can we close it, or more left?
I'd suggest excluding all out-of-bounds from coverage, that is the bounds check is ANDed with all coverage increment equations. Ideally we'd also have an "out-of-bounds" bin. (NOT out-of-bounds equation). To...
Probably similar fix as to whatever's needed for #5212 - this one might be easier to fix first though. As always due to large backlog pull requests to fix this...
Simplified test: ``` package Pkg; virtual class BFM; pure virtual task write (int unsigned data); pure virtual task read (output int unsigned data); endclass endpackage interface TB_intf(input bit PCLK); import...
Passes in master, presume due to #6416 fix.
We'll need an minimized example to debug. Please attach an openly licensed, completely self-contained test case so we can directly run what you provide. Ideally use test_regress format, see https://veripool.org/guide/latest/contributing.html?highlight=test_regress#reporting-bugs
I'll take a look when get a chance, but you shouldn't be using inouts there, use output for id_4 and inputs for the rest.
V3Tristate goes O(n^2) building the tree. Needs some work to fix; avoid for now `inout` on huge and/or statement.s