Module Definition
dashboard | hierarchy | modlist | groups | tests | asserts



Module Instance : tb.dut.top_earlgrey.u_rv_core_ibex.u_ibus_trans.u_sel_region

Instance :
SCORELINECONDTOGGLEFSMBRANCHASSERT
94.88 100.00 86.67 100.00 92.86


Instance's subtree :
SCORELINECONDTOGGLEFSMBRANCHASSERT
94.88 100.00 86.67 100.00 92.86


Parent :
SCORELINECONDTOGGLEFSMBRANCHASSERTNAME
100.00 100.00 100.00 100.00 u_ibus_trans


Subtrees :
NAMESCORELINECONDTOGGLEFSMBRANCHASSERT
no children



Module Instance : tb.dut.top_earlgrey.u_rv_core_ibex.u_dbus_trans.u_sel_region

Instance :
SCORELINECONDTOGGLEFSMBRANCHASSERT
96.55 100.00 93.33 100.00 92.86


Instance's subtree :
SCORELINECONDTOGGLEFSMBRANCHASSERT
96.55 100.00 93.33 100.00 92.86


Parent :
SCORELINECONDTOGGLEFSMBRANCHASSERTNAME
100.00 100.00 100.00 100.00 u_dbus_trans


Subtrees :
NAMESCORELINECONDTOGGLEFSMBRANCHASSERT
no children

Line Coverage for Module : prim_arbiter_fixed
Line No.TotalCoveredPercent
TOTAL1616100.00
CONT_ASSIGN8511100.00
CONT_ASSIGN8511100.00
CONT_ASSIGN8711100.00
CONT_ASSIGN8711100.00
CONT_ASSIGN8911100.00
CONT_ASSIGN8911100.00
ALWAYS10566100.00
CONT_ASSIGN12111100.00
CONT_ASSIGN12811100.00
CONT_ASSIGN12911100.00
CONT_ASSIGN13211100.00

84 // forward path 85 2/2 assign req_tree[Pa] = req_i[offset]; Tests: T203 T204 T264  | T203 T204 T264  86 assign idx_tree[Pa] = offset; 87 2/2 assign data_tree[Pa] = data_i[offset]; Tests: T203 T204 T264  | T203 T204 T264  88 // backward (grant) path 89 2/2 assign gnt_o[offset] = gnt_tree[Pa]; Tests: T203 T204 T264  | T203 T204 T264  90 91 end else begin : gen_tie_off 92 // forward path 93 assign req_tree[Pa] = '0; 94 assign idx_tree[Pa] = '0; 95 assign data_tree[Pa] = '0; 96 logic unused_sigs; 97 assign unused_sigs = gnt_tree[Pa]; 98 end 99 // this creates the node assignments 100 end else begin : gen_nodes 101 // forward path 102 logic sel; // local helper variable 103 always_comb begin : p_node 104 // this always gives priority to the left child 105 1/1 sel = ~req_tree[C0]; Tests: T203 T204 T264  106 // propagate requests 107 1/1 req_tree[Pa] = req_tree[C0] | req_tree[C1]; Tests: T203 T204 T264  108 // data and index muxes 109 1/1 idx_tree[Pa] = (sel) ? idx_tree[C1] : idx_tree[C0]; Tests: T203 T204 T264  110 1/1 data_tree[Pa] = (sel) ? data_tree[C1] : data_tree[C0]; Tests: T203 T204 T264  111 // propagate the grants back to the input 112 1/1 gnt_tree[C0] = gnt_tree[Pa] & ~sel; Tests: T203 T204 T264  113 1/1 gnt_tree[C1] = gnt_tree[Pa] & sel; Tests: T203 T204 T264  114 end 115 end 116 end : gen_level 117 end : gen_tree 118 119 // the results can be found at the tree root 120 if (EnDataPort) begin : gen_data_port 121 1/1 assign data_o = data_tree[0]; Tests: T203 T204 T264  122 end else begin : gen_no_dataport 123 logic [DW-1:0] unused_data; 124 assign unused_data = data_tree[0]; 125 assign data_o = '1; 126 end 127 128 1/1 assign idx_o = idx_tree[0]; Tests: T203 T204 T264  129 1/1 assign valid_o = req_tree[0]; Tests: T203 T204 T264  130 131 // this propagates a grant back to the input 132 1/1 assign gnt_tree[0] = valid_o & ready_i; Tests: T203 T204 T264 

Cond Coverage for Module : prim_arbiter_fixed
TotalCoveredPercent
Conditions151493.33
Logical151493.33
Non-Logical00
Event00

 LINE       107
 EXPRESSION (gen_normal_case.req_tree[gen_normal_case.gen_tree[0].gen_level[0].C0] | gen_normal_case.req_tree[gen_normal_case.gen_tree[0].gen_level[0].C1])
             ----------------------------------1----------------------------------   ----------------------------------2----------------------------------
-1--2-StatusTests
00CoveredT203,T204,T264
01CoveredT203,T204,T264
10CoveredT69

 LINE       109
 EXPRESSION 
 Number  Term
      1  gen_normal_case.gen_tree[0].gen_level[0].gen_nodes.sel ? gen_normal_case.idx_tree[gen_normal_case.gen_tree[0].gen_level[0].C1] : gen_normal_case.idx_tree[gen_normal_case.gen_tree[0].gen_level[0].C0])
-1-StatusTests
0CoveredT203,T204,T264
1CoveredT203,T204,T264

 LINE       110
 EXPRESSION 
 Number  Term
      1  gen_normal_case.gen_tree[0].gen_level[0].gen_nodes.sel ? gen_normal_case.data_tree[gen_normal_case.gen_tree[0].gen_level[0].C1] : gen_normal_case.data_tree[gen_normal_case.gen_tree[0].gen_level[0].C0])
-1-StatusTests
0CoveredT203,T204,T264
1CoveredT203,T204,T264

 LINE       112
 EXPRESSION (gen_normal_case.gnt_tree[gen_normal_case.gen_tree[0].gen_level[0].Pa] & ((~gen_normal_case.gen_tree[0].gen_level[0].gen_nodes.sel)))
             ----------------------------------1----------------------------------   -----------------------------2-----------------------------
-1--2-StatusTests
01Not Covered
10CoveredT203,T204,T264
11CoveredT203,T204,T264

 LINE       113
 EXPRESSION (gen_normal_case.gnt_tree[gen_normal_case.gen_tree[0].gen_level[0].Pa] & gen_normal_case.gen_tree[0].gen_level[0].gen_nodes.sel)
             ----------------------------------1----------------------------------   ---------------------------2--------------------------
-1--2-StatusTests
01CoveredT203,T204,T264
10CoveredT203,T204,T264
11CoveredT203,T204,T264

 LINE       132
 EXPRESSION (valid_o & ready_i)
             ---1---   ---2---
-1--2-StatusTests
01CoveredT1,T2,T3
10Unreachable
11CoveredT203,T204,T264

Branch Coverage for Module : prim_arbiter_fixed
Line No.TotalCoveredPercent
Branches 4 4 100.00
TERNARY 109 2 2 100.00
TERNARY 110 2 2 100.00


109 idx_tree[Pa] = (sel) ? idx_tree[C1] : idx_tree[C0]; -1- ==> ==>

Branches:
-1-StatusTests
1 Covered T203,T204,T264
0 Covered T203,T204,T264


110 data_tree[Pa] = (sel) ? data_tree[C1] : data_tree[C0]; -1- ==> ==>

Branches:
-1-StatusTests
1 Covered T203,T204,T264
0 Covered T203,T204,T264


Assert Coverage for Module : prim_arbiter_fixed
TotalAttemptedPercentSucceeded/MatchedPercent
Assertions 14 14 100.00 13 92.86
Cover properties 0 0 0
Cover sequences 0 0 0
Total 14 14 100.00 13 92.86




Assertion Details

NameAttemptsReal SuccessesFailuresIncomplete
CheckHotOne_A 1028210418 1014239362 0 0
CheckNGreaterZero_A 2042 2042 0 0
GntImpliesReady_A 1028210418 8370 0 0
GntImpliesValid_A 1028210418 8370 0 0
GrantKnown_A 1028210418 1014239362 0 0
IdxKnown_A 1028210418 1014239362 0 0
IndexIsCorrect_A 1028210418 8370 0 0
NoReadyValidNoGrant_A 1028210418 0 0 0
Priority_A 1028210418 8370 0 0
ReadyAndValidImplyGrant_A 1028210418 8370 0 0
ReqAndReadyImplyGrant_A 1028210418 8370 0 0
ReqImpliesValid_A 1028210418 8370 0 0
ValidKnown_A 1028210418 1014239362 0 0
gen_data_port_assertion.DataFlow_A 1028210418 8370 0 0


CheckHotOne_A
NameAttemptsReal SuccessesFailuresIncomplete
Total 1028210418 1014239362 0 0
T1 84434 84310 0 0
T2 214686 214576 0 0
T3 392620 392504 0 0
T4 160592 160490 0 0
T5 163126 163016 0 0
T6 181018 180894 0 0
T8 217774 217658 0 0
T65 175014 174890 0 0
T103 146848 146724 0 0
T104 119736 119612 0 0

CheckNGreaterZero_A
NameAttemptsReal SuccessesFailuresIncomplete
Total 2042 2042 0 0
T1 2 2 0 0
T2 2 2 0 0
T3 2 2 0 0
T4 2 2 0 0
T5 2 2 0 0
T6 2 2 0 0
T8 2 2 0 0
T65 2 2 0 0
T103 2 2 0 0
T104 2 2 0 0

GntImpliesReady_A
NameAttemptsReal SuccessesFailuresIncomplete
Total 1028210418 8370 0 0
T15 227452 0 0 0
T86 398576 0 0 0
T89 681906 0 0 0
T141 1029834 0 0 0
T159 319612 0 0 0
T190 234714 0 0 0
T203 163446 2793 0 0
T204 0 2793 0 0
T239 1158842 0 0 0
T264 0 2784 0 0
T340 824420 0 0 0
T423 144920 0 0 0

GntImpliesValid_A
NameAttemptsReal SuccessesFailuresIncomplete
Total 1028210418 8370 0 0
T15 227452 0 0 0
T86 398576 0 0 0
T89 681906 0 0 0
T141 1029834 0 0 0
T159 319612 0 0 0
T190 234714 0 0 0
T203 163446 2793 0 0
T204 0 2793 0 0
T239 1158842 0 0 0
T264 0 2784 0 0
T340 824420 0 0 0
T423 144920 0 0 0

GrantKnown_A
NameAttemptsReal SuccessesFailuresIncomplete
Total 1028210418 1014239362 0 0
T1 84434 84310 0 0
T2 214686 214576 0 0
T3 392620 392504 0 0
T4 160592 160490 0 0
T5 163126 163016 0 0
T6 181018 180894 0 0
T8 217774 217658 0 0
T65 175014 174890 0 0
T103 146848 146724 0 0
T104 119736 119612 0 0

IdxKnown_A
NameAttemptsReal SuccessesFailuresIncomplete
Total 1028210418 1014239362 0 0
T1 84434 84310 0 0
T2 214686 214576 0 0
T3 392620 392504 0 0
T4 160592 160490 0 0
T5 163126 163016 0 0
T6 181018 180894 0 0
T8 217774 217658 0 0
T65 175014 174890 0 0
T103 146848 146724 0 0
T104 119736 119612 0 0

IndexIsCorrect_A
NameAttemptsReal SuccessesFailuresIncomplete
Total 1028210418 8370 0 0
T15 227452 0 0 0
T86 398576 0 0 0
T89 681906 0 0 0
T141 1029834 0 0 0
T159 319612 0 0 0
T190 234714 0 0 0
T203 163446 2793 0 0
T204 0 2793 0 0
T239 1158842 0 0 0
T264 0 2784 0 0
T340 824420 0 0 0
T423 144920 0 0 0

NoReadyValidNoGrant_A
NameAttemptsReal SuccessesFailuresIncomplete
Total 1028210418 0 0 0

Priority_A
NameAttemptsReal SuccessesFailuresIncomplete
Total 1028210418 8370 0 0
T15 227452 0 0 0
T86 398576 0 0 0
T89 681906 0 0 0
T141 1029834 0 0 0
T159 319612 0 0 0
T190 234714 0 0 0
T203 163446 2793 0 0
T204 0 2793 0 0
T239 1158842 0 0 0
T264 0 2784 0 0
T340 824420 0 0 0
T423 144920 0 0 0

ReadyAndValidImplyGrant_A
NameAttemptsReal SuccessesFailuresIncomplete
Total 1028210418 8370 0 0
T15 227452 0 0 0
T86 398576 0 0 0
T89 681906 0 0 0
T141 1029834 0 0 0
T159 319612 0 0 0
T190 234714 0 0 0
T203 163446 2793 0 0
T204 0 2793 0 0
T239 1158842 0 0 0
T264 0 2784 0 0
T340 824420 0 0 0
T423 144920 0 0 0

ReqAndReadyImplyGrant_A
NameAttemptsReal SuccessesFailuresIncomplete
Total 1028210418 8370 0 0
T15 227452 0 0 0
T86 398576 0 0 0
T89 681906 0 0 0
T141 1029834 0 0 0
T159 319612 0 0 0
T190 234714 0 0 0
T203 163446 2793 0 0
T204 0 2793 0 0
T239 1158842 0 0 0
T264 0 2784 0 0
T340 824420 0 0 0
T423 144920 0 0 0

ReqImpliesValid_A
NameAttemptsReal SuccessesFailuresIncomplete
Total 1028210418 8370 0 0
T15 227452 0 0 0
T86 398576 0 0 0
T89 681906 0 0 0
T141 1029834 0 0 0
T159 319612 0 0 0
T190 234714 0 0 0
T203 163446 2793 0 0
T204 0 2793 0 0
T239 1158842 0 0 0
T264 0 2784 0 0
T340 824420 0 0 0
T423 144920 0 0 0

ValidKnown_A
NameAttemptsReal SuccessesFailuresIncomplete
Total 1028210418 1014239362 0 0
T1 84434 84310 0 0
T2 214686 214576 0 0
T3 392620 392504 0 0
T4 160592 160490 0 0
T5 163126 163016 0 0
T6 181018 180894 0 0
T8 217774 217658 0 0
T65 175014 174890 0 0
T103 146848 146724 0 0
T104 119736 119612 0 0

gen_data_port_assertion.DataFlow_A
NameAttemptsReal SuccessesFailuresIncomplete
Total 1028210418 8370 0 0
T15 227452 0 0 0
T86 398576 0 0 0
T89 681906 0 0 0
T141 1029834 0 0 0
T159 319612 0 0 0
T190 234714 0 0 0
T203 163446 2793 0 0
T204 0 2793 0 0
T239 1158842 0 0 0
T264 0 2784 0 0
T340 824420 0 0 0
T423 144920 0 0 0

Line Coverage for Instance : tb.dut.top_earlgrey.u_rv_core_ibex.u_ibus_trans.u_sel_region
Line No.TotalCoveredPercent
TOTAL1616100.00
CONT_ASSIGN8511100.00
CONT_ASSIGN8511100.00
CONT_ASSIGN8711100.00
CONT_ASSIGN8711100.00
CONT_ASSIGN8911100.00
CONT_ASSIGN8911100.00
ALWAYS10566100.00
CONT_ASSIGN12111100.00
CONT_ASSIGN12811100.00
CONT_ASSIGN12911100.00
CONT_ASSIGN13211100.00

84 // forward path 85 2/2 assign req_tree[Pa] = req_i[offset]; Tests: T203 T204 T264  | T203 T204 T264  86 assign idx_tree[Pa] = offset; 87 2/2 assign data_tree[Pa] = data_i[offset]; Tests: T203 T204 T264  | T203 T204 T264  88 // backward (grant) path 89 2/2 assign gnt_o[offset] = gnt_tree[Pa]; Tests: T203 T204 T264  | T203 T204 T264  90 91 end else begin : gen_tie_off 92 // forward path 93 assign req_tree[Pa] = '0; 94 assign idx_tree[Pa] = '0; 95 assign data_tree[Pa] = '0; 96 logic unused_sigs; 97 assign unused_sigs = gnt_tree[Pa]; 98 end 99 // this creates the node assignments 100 end else begin : gen_nodes 101 // forward path 102 logic sel; // local helper variable 103 always_comb begin : p_node 104 // this always gives priority to the left child 105 1/1 sel = ~req_tree[C0]; Tests: T203 T204 T264  106 // propagate requests 107 1/1 req_tree[Pa] = req_tree[C0] | req_tree[C1]; Tests: T203 T204 T264  108 // data and index muxes 109 1/1 idx_tree[Pa] = (sel) ? idx_tree[C1] : idx_tree[C0]; Tests: T203 T204 T264  110 1/1 data_tree[Pa] = (sel) ? data_tree[C1] : data_tree[C0]; Tests: T203 T204 T264  111 // propagate the grants back to the input 112 1/1 gnt_tree[C0] = gnt_tree[Pa] & ~sel; Tests: T203 T204 T264  113 1/1 gnt_tree[C1] = gnt_tree[Pa] & sel; Tests: T203 T204 T264  114 end 115 end 116 end : gen_level 117 end : gen_tree 118 119 // the results can be found at the tree root 120 if (EnDataPort) begin : gen_data_port 121 1/1 assign data_o = data_tree[0]; Tests: T203 T204 T264  122 end else begin : gen_no_dataport 123 logic [DW-1:0] unused_data; 124 assign unused_data = data_tree[0]; 125 assign data_o = '1; 126 end 127 128 1/1 assign idx_o = idx_tree[0]; Tests: T203 T204 T264  129 1/1 assign valid_o = req_tree[0]; Tests: T203 T204 T264  130 131 // this propagates a grant back to the input 132 1/1 assign gnt_tree[0] = valid_o & ready_i; Tests: T203 T204 T264 

Cond Coverage for Instance : tb.dut.top_earlgrey.u_rv_core_ibex.u_ibus_trans.u_sel_region
TotalCoveredPercent
Conditions151386.67
Logical151386.67
Non-Logical00
Event00

 LINE       107
 EXPRESSION (gen_normal_case.req_tree[gen_normal_case.gen_tree[0].gen_level[0].C0] | gen_normal_case.req_tree[gen_normal_case.gen_tree[0].gen_level[0].C1])
             ----------------------------------1----------------------------------   ----------------------------------2----------------------------------
-1--2-StatusTests
00CoveredT203,T204,T264
01CoveredT203,T204,T264
10Not Covered

 LINE       109
 EXPRESSION 
 Number  Term
      1  gen_normal_case.gen_tree[0].gen_level[0].gen_nodes.sel ? gen_normal_case.idx_tree[gen_normal_case.gen_tree[0].gen_level[0].C1] : gen_normal_case.idx_tree[gen_normal_case.gen_tree[0].gen_level[0].C0])
-1-StatusTests
0CoveredT203,T204,T264
1CoveredT203,T204,T264

 LINE       110
 EXPRESSION 
 Number  Term
      1  gen_normal_case.gen_tree[0].gen_level[0].gen_nodes.sel ? gen_normal_case.data_tree[gen_normal_case.gen_tree[0].gen_level[0].C1] : gen_normal_case.data_tree[gen_normal_case.gen_tree[0].gen_level[0].C0])
-1-StatusTests
0CoveredT203,T204,T264
1CoveredT203,T204,T264

 LINE       112
 EXPRESSION (gen_normal_case.gnt_tree[gen_normal_case.gen_tree[0].gen_level[0].Pa] & ((~gen_normal_case.gen_tree[0].gen_level[0].gen_nodes.sel)))
             ----------------------------------1----------------------------------   -----------------------------2-----------------------------
-1--2-StatusTests
01Not Covered
10CoveredT203,T204,T264
11CoveredT203,T204,T264

 LINE       113
 EXPRESSION (gen_normal_case.gnt_tree[gen_normal_case.gen_tree[0].gen_level[0].Pa] & gen_normal_case.gen_tree[0].gen_level[0].gen_nodes.sel)
             ----------------------------------1----------------------------------   ---------------------------2--------------------------
-1--2-StatusTests
01CoveredT203,T204,T264
10CoveredT203,T204,T264
11CoveredT203,T204,T264

 LINE       132
 EXPRESSION (valid_o & ready_i)
             ---1---   ---2---
-1--2-StatusTests
01CoveredT1,T2,T3
10Unreachable
11CoveredT203,T204,T264

Branch Coverage for Instance : tb.dut.top_earlgrey.u_rv_core_ibex.u_ibus_trans.u_sel_region
Line No.TotalCoveredPercent
Branches 4 4 100.00
TERNARY 109 2 2 100.00
TERNARY 110 2 2 100.00


109 idx_tree[Pa] = (sel) ? idx_tree[C1] : idx_tree[C0]; -1- ==> ==>

Branches:
-1-StatusTests
1 Covered T203,T204,T264
0 Covered T203,T204,T264


110 data_tree[Pa] = (sel) ? data_tree[C1] : data_tree[C0]; -1- ==> ==>

Branches:
-1-StatusTests
1 Covered T203,T204,T264
0 Covered T203,T204,T264


Assert Coverage for Instance : tb.dut.top_earlgrey.u_rv_core_ibex.u_ibus_trans.u_sel_region
TotalAttemptedPercentSucceeded/MatchedPercent
Assertions 14 14 100.00 13 92.86
Cover properties 0 0 0
Cover sequences 0 0 0
Total 14 14 100.00 13 92.86




Assertion Details

NameAttemptsReal SuccessesFailuresIncomplete
CheckHotOne_A 514105209 507119681 0 0
CheckNGreaterZero_A 1021 1021 0 0
GntImpliesReady_A 514105209 5182 0 0
GntImpliesValid_A 514105209 5182 0 0
GrantKnown_A 514105209 507119681 0 0
IdxKnown_A 514105209 507119681 0 0
IndexIsCorrect_A 514105209 5182 0 0
NoReadyValidNoGrant_A 514105209 0 0 0
Priority_A 514105209 5182 0 0
ReadyAndValidImplyGrant_A 514105209 5182 0 0
ReqAndReadyImplyGrant_A 514105209 5182 0 0
ReqImpliesValid_A 514105209 5182 0 0
ValidKnown_A 514105209 507119681 0 0
gen_data_port_assertion.DataFlow_A 514105209 5182 0 0


CheckHotOne_A
NameAttemptsReal SuccessesFailuresIncomplete
Total 514105209 507119681 0 0
T1 42217 42155 0 0
T2 107343 107288 0 0
T3 196310 196252 0 0
T4 80296 80245 0 0
T5 81563 81508 0 0
T6 90509 90447 0 0
T8 108887 108829 0 0
T65 87507 87445 0 0
T103 73424 73362 0 0
T104 59868 59806 0 0

CheckNGreaterZero_A
NameAttemptsReal SuccessesFailuresIncomplete
Total 1021 1021 0 0
T1 1 1 0 0
T2 1 1 0 0
T3 1 1 0 0
T4 1 1 0 0
T5 1 1 0 0
T6 1 1 0 0
T8 1 1 0 0
T65 1 1 0 0
T103 1 1 0 0
T104 1 1 0 0

GntImpliesReady_A
NameAttemptsReal SuccessesFailuresIncomplete
Total 514105209 5182 0 0
T15 113726 0 0 0
T86 199288 0 0 0
T89 340953 0 0 0
T141 514917 0 0 0
T159 159806 0 0 0
T190 117357 0 0 0
T203 81723 1730 0 0
T204 0 1730 0 0
T239 579421 0 0 0
T264 0 1722 0 0
T340 412210 0 0 0
T423 72460 0 0 0

GntImpliesValid_A
NameAttemptsReal SuccessesFailuresIncomplete
Total 514105209 5182 0 0
T15 113726 0 0 0
T86 199288 0 0 0
T89 340953 0 0 0
T141 514917 0 0 0
T159 159806 0 0 0
T190 117357 0 0 0
T203 81723 1730 0 0
T204 0 1730 0 0
T239 579421 0 0 0
T264 0 1722 0 0
T340 412210 0 0 0
T423 72460 0 0 0

GrantKnown_A
NameAttemptsReal SuccessesFailuresIncomplete
Total 514105209 507119681 0 0
T1 42217 42155 0 0
T2 107343 107288 0 0
T3 196310 196252 0 0
T4 80296 80245 0 0
T5 81563 81508 0 0
T6 90509 90447 0 0
T8 108887 108829 0 0
T65 87507 87445 0 0
T103 73424 73362 0 0
T104 59868 59806 0 0

IdxKnown_A
NameAttemptsReal SuccessesFailuresIncomplete
Total 514105209 507119681 0 0
T1 42217 42155 0 0
T2 107343 107288 0 0
T3 196310 196252 0 0
T4 80296 80245 0 0
T5 81563 81508 0 0
T6 90509 90447 0 0
T8 108887 108829 0 0
T65 87507 87445 0 0
T103 73424 73362 0 0
T104 59868 59806 0 0

IndexIsCorrect_A
NameAttemptsReal SuccessesFailuresIncomplete
Total 514105209 5182 0 0
T15 113726 0 0 0
T86 199288 0 0 0
T89 340953 0 0 0
T141 514917 0 0 0
T159 159806 0 0 0
T190 117357 0 0 0
T203 81723 1730 0 0
T204 0 1730 0 0
T239 579421 0 0 0
T264 0 1722 0 0
T340 412210 0 0 0
T423 72460 0 0 0

NoReadyValidNoGrant_A
NameAttemptsReal SuccessesFailuresIncomplete
Total 514105209 0 0 0

Priority_A
NameAttemptsReal SuccessesFailuresIncomplete
Total 514105209 5182 0 0
T15 113726 0 0 0
T86 199288 0 0 0
T89 340953 0 0 0
T141 514917 0 0 0
T159 159806 0 0 0
T190 117357 0 0 0
T203 81723 1730 0 0
T204 0 1730 0 0
T239 579421 0 0 0
T264 0 1722 0 0
T340 412210 0 0 0
T423 72460 0 0 0

ReadyAndValidImplyGrant_A
NameAttemptsReal SuccessesFailuresIncomplete
Total 514105209 5182 0 0
T15 113726 0 0 0
T86 199288 0 0 0
T89 340953 0 0 0
T141 514917 0 0 0
T159 159806 0 0 0
T190 117357 0 0 0
T203 81723 1730 0 0
T204 0 1730 0 0
T239 579421 0 0 0
T264 0 1722 0 0
T340 412210 0 0 0
T423 72460 0 0 0

ReqAndReadyImplyGrant_A
NameAttemptsReal SuccessesFailuresIncomplete
Total 514105209 5182 0 0
T15 113726 0 0 0
T86 199288 0 0 0
T89 340953 0 0 0
T141 514917 0 0 0
T159 159806 0 0 0
T190 117357 0 0 0
T203 81723 1730 0 0
T204 0 1730 0 0
T239 579421 0 0 0
T264 0 1722 0 0
T340 412210 0 0 0
T423 72460 0 0 0

ReqImpliesValid_A
NameAttemptsReal SuccessesFailuresIncomplete
Total 514105209 5182 0 0
T15 113726 0 0 0
T86 199288 0 0 0
T89 340953 0 0 0
T141 514917 0 0 0
T159 159806 0 0 0
T190 117357 0 0 0
T203 81723 1730 0 0
T204 0 1730 0 0
T239 579421 0 0 0
T264 0 1722 0 0
T340 412210 0 0 0
T423 72460 0 0 0

ValidKnown_A
NameAttemptsReal SuccessesFailuresIncomplete
Total 514105209 507119681 0 0
T1 42217 42155 0 0
T2 107343 107288 0 0
T3 196310 196252 0 0
T4 80296 80245 0 0
T5 81563 81508 0 0
T6 90509 90447 0 0
T8 108887 108829 0 0
T65 87507 87445 0 0
T103 73424 73362 0 0
T104 59868 59806 0 0

gen_data_port_assertion.DataFlow_A
NameAttemptsReal SuccessesFailuresIncomplete
Total 514105209 5182 0 0
T15 113726 0 0 0
T86 199288 0 0 0
T89 340953 0 0 0
T141 514917 0 0 0
T159 159806 0 0 0
T190 117357 0 0 0
T203 81723 1730 0 0
T204 0 1730 0 0
T239 579421 0 0 0
T264 0 1722 0 0
T340 412210 0 0 0
T423 72460 0 0 0

Line Coverage for Instance : tb.dut.top_earlgrey.u_rv_core_ibex.u_dbus_trans.u_sel_region
Line No.TotalCoveredPercent
TOTAL1616100.00
CONT_ASSIGN8511100.00
CONT_ASSIGN8511100.00
CONT_ASSIGN8711100.00
CONT_ASSIGN8711100.00
CONT_ASSIGN8911100.00
CONT_ASSIGN8911100.00
ALWAYS10566100.00
CONT_ASSIGN12111100.00
CONT_ASSIGN12811100.00
CONT_ASSIGN12911100.00
CONT_ASSIGN13211100.00

84 // forward path 85 2/2 assign req_tree[Pa] = req_i[offset]; Tests: T203 T204 T264  | T203 T204 T264  86 assign idx_tree[Pa] = offset; 87 2/2 assign data_tree[Pa] = data_i[offset]; Tests: T203 T204 T264  | T203 T204 T264  88 // backward (grant) path 89 2/2 assign gnt_o[offset] = gnt_tree[Pa]; Tests: T203 T204 T264  | T203 T204 T264  90 91 end else begin : gen_tie_off 92 // forward path 93 assign req_tree[Pa] = '0; 94 assign idx_tree[Pa] = '0; 95 assign data_tree[Pa] = '0; 96 logic unused_sigs; 97 assign unused_sigs = gnt_tree[Pa]; 98 end 99 // this creates the node assignments 100 end else begin : gen_nodes 101 // forward path 102 logic sel; // local helper variable 103 always_comb begin : p_node 104 // this always gives priority to the left child 105 1/1 sel = ~req_tree[C0]; Tests: T203 T204 T264  106 // propagate requests 107 1/1 req_tree[Pa] = req_tree[C0] | req_tree[C1]; Tests: T203 T204 T264  108 // data and index muxes 109 1/1 idx_tree[Pa] = (sel) ? idx_tree[C1] : idx_tree[C0]; Tests: T203 T204 T264  110 1/1 data_tree[Pa] = (sel) ? data_tree[C1] : data_tree[C0]; Tests: T203 T204 T264  111 // propagate the grants back to the input 112 1/1 gnt_tree[C0] = gnt_tree[Pa] & ~sel; Tests: T203 T204 T264  113 1/1 gnt_tree[C1] = gnt_tree[Pa] & sel; Tests: T203 T204 T264  114 end 115 end 116 end : gen_level 117 end : gen_tree 118 119 // the results can be found at the tree root 120 if (EnDataPort) begin : gen_data_port 121 1/1 assign data_o = data_tree[0]; Tests: T203 T204 T264  122 end else begin : gen_no_dataport 123 logic [DW-1:0] unused_data; 124 assign unused_data = data_tree[0]; 125 assign data_o = '1; 126 end 127 128 1/1 assign idx_o = idx_tree[0]; Tests: T203 T204 T264  129 1/1 assign valid_o = req_tree[0]; Tests: T203 T204 T264  130 131 // this propagates a grant back to the input 132 1/1 assign gnt_tree[0] = valid_o & ready_i; Tests: T203 T204 T264 

Cond Coverage for Instance : tb.dut.top_earlgrey.u_rv_core_ibex.u_dbus_trans.u_sel_region
TotalCoveredPercent
Conditions151493.33
Logical151493.33
Non-Logical00
Event00

 LINE       107
 EXPRESSION (gen_normal_case.req_tree[gen_normal_case.gen_tree[0].gen_level[0].C0] | gen_normal_case.req_tree[gen_normal_case.gen_tree[0].gen_level[0].C1])
             ----------------------------------1----------------------------------   ----------------------------------2----------------------------------
-1--2-StatusTests
00CoveredT203,T204,T264
01CoveredT203,T204,T264
10CoveredT69

 LINE       109
 EXPRESSION 
 Number  Term
      1  gen_normal_case.gen_tree[0].gen_level[0].gen_nodes.sel ? gen_normal_case.idx_tree[gen_normal_case.gen_tree[0].gen_level[0].C1] : gen_normal_case.idx_tree[gen_normal_case.gen_tree[0].gen_level[0].C0])
-1-StatusTests
0CoveredT203,T204,T264
1CoveredT203,T204,T264

 LINE       110
 EXPRESSION 
 Number  Term
      1  gen_normal_case.gen_tree[0].gen_level[0].gen_nodes.sel ? gen_normal_case.data_tree[gen_normal_case.gen_tree[0].gen_level[0].C1] : gen_normal_case.data_tree[gen_normal_case.gen_tree[0].gen_level[0].C0])
-1-StatusTests
0CoveredT203,T204,T264
1CoveredT203,T204,T264

 LINE       112
 EXPRESSION (gen_normal_case.gnt_tree[gen_normal_case.gen_tree[0].gen_level[0].Pa] & ((~gen_normal_case.gen_tree[0].gen_level[0].gen_nodes.sel)))
             ----------------------------------1----------------------------------   -----------------------------2-----------------------------
-1--2-StatusTests
01Not Covered
10CoveredT203,T204,T264
11CoveredT203,T204,T264

 LINE       113
 EXPRESSION (gen_normal_case.gnt_tree[gen_normal_case.gen_tree[0].gen_level[0].Pa] & gen_normal_case.gen_tree[0].gen_level[0].gen_nodes.sel)
             ----------------------------------1----------------------------------   ---------------------------2--------------------------
-1--2-StatusTests
01CoveredT203,T204,T264
10CoveredT203,T204,T264
11CoveredT203,T204,T264

 LINE       132
 EXPRESSION (valid_o & ready_i)
             ---1---   ---2---
-1--2-StatusTests
01CoveredT1,T2,T3
10Unreachable
11CoveredT203,T204,T264

Branch Coverage for Instance : tb.dut.top_earlgrey.u_rv_core_ibex.u_dbus_trans.u_sel_region
Line No.TotalCoveredPercent
Branches 4 4 100.00
TERNARY 109 2 2 100.00
TERNARY 110 2 2 100.00


109 idx_tree[Pa] = (sel) ? idx_tree[C1] : idx_tree[C0]; -1- ==> ==>

Branches:
-1-StatusTests
1 Covered T203,T204,T264
0 Covered T203,T204,T264


110 data_tree[Pa] = (sel) ? data_tree[C1] : data_tree[C0]; -1- ==> ==>

Branches:
-1-StatusTests
1 Covered T203,T204,T264
0 Covered T203,T204,T264


Assert Coverage for Instance : tb.dut.top_earlgrey.u_rv_core_ibex.u_dbus_trans.u_sel_region
TotalAttemptedPercentSucceeded/MatchedPercent
Assertions 14 14 100.00 13 92.86
Cover properties 0 0 0
Cover sequences 0 0 0
Total 14 14 100.00 13 92.86




Assertion Details

NameAttemptsReal SuccessesFailuresIncomplete
CheckHotOne_A 514105209 507119681 0 0
CheckNGreaterZero_A 1021 1021 0 0
GntImpliesReady_A 514105209 3188 0 0
GntImpliesValid_A 514105209 3188 0 0
GrantKnown_A 514105209 507119681 0 0
IdxKnown_A 514105209 507119681 0 0
IndexIsCorrect_A 514105209 3188 0 0
NoReadyValidNoGrant_A 514105209 0 0 0
Priority_A 514105209 3188 0 0
ReadyAndValidImplyGrant_A 514105209 3188 0 0
ReqAndReadyImplyGrant_A 514105209 3188 0 0
ReqImpliesValid_A 514105209 3188 0 0
ValidKnown_A 514105209 507119681 0 0
gen_data_port_assertion.DataFlow_A 514105209 3188 0 0


CheckHotOne_A
NameAttemptsReal SuccessesFailuresIncomplete
Total 514105209 507119681 0 0
T1 42217 42155 0 0
T2 107343 107288 0 0
T3 196310 196252 0 0
T4 80296 80245 0 0
T5 81563 81508 0 0
T6 90509 90447 0 0
T8 108887 108829 0 0
T65 87507 87445 0 0
T103 73424 73362 0 0
T104 59868 59806 0 0

CheckNGreaterZero_A
NameAttemptsReal SuccessesFailuresIncomplete
Total 1021 1021 0 0
T1 1 1 0 0
T2 1 1 0 0
T3 1 1 0 0
T4 1 1 0 0
T5 1 1 0 0
T6 1 1 0 0
T8 1 1 0 0
T65 1 1 0 0
T103 1 1 0 0
T104 1 1 0 0

GntImpliesReady_A
NameAttemptsReal SuccessesFailuresIncomplete
Total 514105209 3188 0 0
T15 113726 0 0 0
T86 199288 0 0 0
T89 340953 0 0 0
T141 514917 0 0 0
T159 159806 0 0 0
T190 117357 0 0 0
T203 81723 1063 0 0
T204 0 1063 0 0
T239 579421 0 0 0
T264 0 1062 0 0
T340 412210 0 0 0
T423 72460 0 0 0

GntImpliesValid_A
NameAttemptsReal SuccessesFailuresIncomplete
Total 514105209 3188 0 0
T15 113726 0 0 0
T86 199288 0 0 0
T89 340953 0 0 0
T141 514917 0 0 0
T159 159806 0 0 0
T190 117357 0 0 0
T203 81723 1063 0 0
T204 0 1063 0 0
T239 579421 0 0 0
T264 0 1062 0 0
T340 412210 0 0 0
T423 72460 0 0 0

GrantKnown_A
NameAttemptsReal SuccessesFailuresIncomplete
Total 514105209 507119681 0 0
T1 42217 42155 0 0
T2 107343 107288 0 0
T3 196310 196252 0 0
T4 80296 80245 0 0
T5 81563 81508 0 0
T6 90509 90447 0 0
T8 108887 108829 0 0
T65 87507 87445 0 0
T103 73424 73362 0 0
T104 59868 59806 0 0

IdxKnown_A
NameAttemptsReal SuccessesFailuresIncomplete
Total 514105209 507119681 0 0
T1 42217 42155 0 0
T2 107343 107288 0 0
T3 196310 196252 0 0
T4 80296 80245 0 0
T5 81563 81508 0 0
T6 90509 90447 0 0
T8 108887 108829 0 0
T65 87507 87445 0 0
T103 73424 73362 0 0
T104 59868 59806 0 0

IndexIsCorrect_A
NameAttemptsReal SuccessesFailuresIncomplete
Total 514105209 3188 0 0
T15 113726 0 0 0
T86 199288 0 0 0
T89 340953 0 0 0
T141 514917 0 0 0
T159 159806 0 0 0
T190 117357 0 0 0
T203 81723 1063 0 0
T204 0 1063 0 0
T239 579421 0 0 0
T264 0 1062 0 0
T340 412210 0 0 0
T423 72460 0 0 0

NoReadyValidNoGrant_A
NameAttemptsReal SuccessesFailuresIncomplete
Total 514105209 0 0 0

Priority_A
NameAttemptsReal SuccessesFailuresIncomplete
Total 514105209 3188 0 0
T15 113726 0 0 0
T86 199288 0 0 0
T89 340953 0 0 0
T141 514917 0 0 0
T159 159806 0 0 0
T190 117357 0 0 0
T203 81723 1063 0 0
T204 0 1063 0 0
T239 579421 0 0 0
T264 0 1062 0 0
T340 412210 0 0 0
T423 72460 0 0 0

ReadyAndValidImplyGrant_A
NameAttemptsReal SuccessesFailuresIncomplete
Total 514105209 3188 0 0
T15 113726 0 0 0
T86 199288 0 0 0
T89 340953 0 0 0
T141 514917 0 0 0
T159 159806 0 0 0
T190 117357 0 0 0
T203 81723 1063 0 0
T204 0 1063 0 0
T239 579421 0 0 0
T264 0 1062 0 0
T340 412210 0 0 0
T423 72460 0 0 0

ReqAndReadyImplyGrant_A
NameAttemptsReal SuccessesFailuresIncomplete
Total 514105209 3188 0 0
T15 113726 0 0 0
T86 199288 0 0 0
T89 340953 0 0 0
T141 514917 0 0 0
T159 159806 0 0 0
T190 117357 0 0 0
T203 81723 1063 0 0
T204 0 1063 0 0
T239 579421 0 0 0
T264 0 1062 0 0
T340 412210 0 0 0
T423 72460 0 0 0

ReqImpliesValid_A
NameAttemptsReal SuccessesFailuresIncomplete
Total 514105209 3188 0 0
T15 113726 0 0 0
T86 199288 0 0 0
T89 340953 0 0 0
T141 514917 0 0 0
T159 159806 0 0 0
T190 117357 0 0 0
T203 81723 1063 0 0
T204 0 1063 0 0
T239 579421 0 0 0
T264 0 1062 0 0
T340 412210 0 0 0
T423 72460 0 0 0

ValidKnown_A
NameAttemptsReal SuccessesFailuresIncomplete
Total 514105209 507119681 0 0
T1 42217 42155 0 0
T2 107343 107288 0 0
T3 196310 196252 0 0
T4 80296 80245 0 0
T5 81563 81508 0 0
T6 90509 90447 0 0
T8 108887 108829 0 0
T65 87507 87445 0 0
T103 73424 73362 0 0
T104 59868 59806 0 0

gen_data_port_assertion.DataFlow_A
NameAttemptsReal SuccessesFailuresIncomplete
Total 514105209 3188 0 0
T15 113726 0 0 0
T86 199288 0 0 0
T89 340953 0 0 0
T141 514917 0 0 0
T159 159806 0 0 0
T190 117357 0 0 0
T203 81723 1063 0 0
T204 0 1063 0 0
T239 579421 0 0 0
T264 0 1062 0 0
T340 412210 0 0 0
T423 72460 0 0 0

0% 10% 20% 30% 40% 50% 60% 70% 80% 90% 100%