Commit ba8caeff by René

init units and bins, test 6

parent 47464b33
Showing with 4 additions and 2 deletions
...@@ -24,8 +24,10 @@ covergroup cg @(posedge clk); ...@@ -24,8 +24,10 @@ covergroup cg @(posedge clk);
endgroup: cg endgroup: cg
covergroup cg_lines @(posedge clk); covergroup cg_lines @(posedge clk);
bins cov_lines[] = (0 => "calc_logic.sv:37", 1 => "calc_logic.sv:38", 2 => "calc_logic.sv:39"); //
coverpoint cov_lines[*]; coverpoint cov_lines {
bins cov_lines[] = (0 => "calc_logic.sv:37", 1 => "calc_logic.sv:38", 2 => "calc_logic.sv:39");
}
endgroup endgroup
cg cover_inst = new; // instatiate the cover model cg cover_inst = new; // instatiate the cover model
......
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