pyvsc icon indicating copy to clipboard operation
pyvsc copied to clipboard

Enh: Support Default bin (How to write "default" in vsc.coverpoint ?)

Open mballance opened this issue 11 months ago • 0 comments

Discussed in https://github.com/fvutils/pyvsc/discussions/185

Originally posted by jiyong00 August 8, 2023 Does anyone know how to write "default" as vsc.coverpoint in systemverilog style coverpoint as follows?

    zero_delay : coverpoint cov_delay {
      bins ZERO = {1};
      bins MORE = default;  
    }
```</div>

mballance avatar Aug 10 '23 01:08 mballance