Commit 196221ce by René

CG4: fix 1

parent 6d136b48
Showing with 4 additions and 1 deletions
...@@ -8,7 +8,10 @@ int A, B; ...@@ -8,7 +8,10 @@ int A, B;
covergroup cg @(posedge clk); covergroup cg @(posedge clk);
pb1: coverpoint A { pb1: coverpoint A {
bins bb[] = {0,1,2,3}; bins b0 = {0};
bins b1 = {1};
bins b2 = {2};
bins b3 = {3};
}; };
pb2: coverpoint B; pb2: coverpoint B;
pb1x2: cross A,B; pb1x2: cross A,B;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment