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

Module : kmac_errchk
SCORELINECONDTOGGLEFSMBRANCHASSERT
0.00 0.00 0.00 0.00 0.00

Source File(s) :
/workspace/default/sim-vcs/../src/lowrisc_ip_kmac_0.1/rtl/kmac_errchk.sv

Module self-instances :
NAMESCORELINECONDTOGGLEFSMBRANCHASSERT
tb.dut.u_errchk 0.00 0.00 0.00 0.00 0.00



Module Instance : tb.dut.u_errchk

Instance :
SCORELINECONDTOGGLEFSMBRANCHASSERT
0.00 0.00 0.00 0.00 0.00


Instance's subtree :
SCORELINECONDTOGGLEFSMBRANCHASSERT
0.00 0.00 0.00 0.00 0.00


Parent :
SCORELINECONDTOGGLEFSMBRANCHASSERTNAME
1.74 0.00 0.00 8.70 0.00 0.00 dut


Subtrees :
NAMESCORELINECONDTOGGLEFSMBRANCHASSERT
u_state_regs 0.00 0.00 0.00


Since this is the module's only instance, the coverage report is the same as for the module.
Line Coverage for Module : kmac_errchk
Line No.TotalCoveredPercent
TOTAL6300.00
ALWAYS1871500.00
CONT_ASSIGN236100.00
ALWAYS244400.00
ALWAYS250400.00
ALWAYS266400.00
CONT_ASSIGN30400
ALWAYS309600.00
ALWAYS322500.00
CONT_ASSIGN376100.00
ALWAYS391300.00
CONT_ASSIGN399100.00
ALWAYS4021900.00
WARNING: The source file '/workspace/default/sim-vcs/../src/lowrisc_ip_kmac_0.1/rtl/kmac_errchk.sv' or '../src/lowrisc_ip_kmac_0.1/rtl/kmac_errchk.sv' was not found, so annotated line coverage report could not be generated.
Line No.CoveredStatements
187 0 1
188 0 1
190 0 1
193 0 1
194 0 1
==> MISSING_ELSE
200 0 1
201 0 1
==> MISSING_ELSE
206 0 1
207 0 1
==> MISSING_ELSE
213 0 1
214 0 1
==> MISSING_ELSE
219 0 1
220 0 1
==> MISSING_ELSE
225 0 1
226 0 1
236 0 1
244 0 2
245 0 2
==> MISSING_ELSE
250 0 1
252 0 1
254 0 1
258 0 1
==> MISSING_ELSE
==> MISSING_ELSE
266 0 1
268 0 1
269 0 1
270 0 1
==> MISSING_ELSE
==> MISSING_ELSE
304 unreachable
309 0 1
310 0 1
311 0 1
312 0 1
313 0 1
314 0 1
322 0 1
324 0 1
326 0 1
337 0 1
349 0 1
359 unreachable
376 0 1
391 0 3
399 0 1
402 0 1
404 0 1
406 0 1
409 0 1
==> MISSING_ELSE
414 0 1
415 0 1
==> MISSING_ELSE
420 0 1
421 0 1
==> MISSING_ELSE
426 0 1
427 0 1
428 0 1
429 0 1
==> MISSING_ELSE
434 0 1
435 0 1
==> MISSING_ELSE
441 0 1
453 0 1
454 0 1
==> MISSING_ELSE
457 0 1
459 0 1
==> MISSING_ELSE


Cond Coverage for Module : kmac_errchk
TotalCoveredPercent
Conditions6000.00
Logical6000.00
Non-Logical00
Event00

 LINE       206
 EXPRESSION (sw_cmd_i != CmdNone)
            ----------1----------
-1-StatusTests
0Not Covered
1Not Covered

 LINE       219
 EXPRESSION (sw_cmd_i != CmdNone)
            ----------1----------
-1-StatusTests
0Not Covered
1Not Covered

 LINE       236
 EXPRESSION (err_swsequence || (err_modestrength && ((!cfg_en_unsupported_modestrength_i))) || err_entropy_ready)
             -------1------    ------------------------------2-----------------------------    --------3--------
-1--2--3-StatusTests
000Not Covered
001Unreachable
010Not Covered
100Not Covered

 LINE       236
 SUB-EXPRESSION (err_modestrength && ((!cfg_en_unsupported_modestrength_i)))
                 --------1-------    -------------------2------------------
-1--2-StatusTests
01Not Covered
10Not Covered
11Not Covered

 LINE       252
 EXPRESSION ((st == StIdle) && (st_d == StMsgFeed))
             -------1------    ---------2---------
-1--2-StatusTests
01Not Covered
10Not Covered
11Not Covered

 LINE       252
 SUB-EXPRESSION (st == StIdle)
                -------1------
-1-StatusTests
0Not Covered
1Not Covered

 LINE       252
 SUB-EXPRESSION (st_d == StMsgFeed)
                ---------1---------
-1-StatusTests
0Not Covered
1Not Covered

 LINE       254
 EXPRESSION 
 Number  Term
      1  (((cfg_mode_i == Sha3) && (cfg_strength_i inside {L224, L256, L384, L512})) || (((cfg_mode_i == Shake) || (cfg_mode_i == CShake)) && (cfg_strength_i inside {L128, L256}))) )
-1-StatusTests
0Not Covered
1Not Covered

 LINE       254
 SUB-EXPRESSION 
 Number  Term
      1  ((cfg_mode_i == Sha3) && (cfg_strength_i inside {L224, L256, L384, L512})) || 
      2  (((cfg_mode_i == Shake) || (cfg_mode_i == CShake)) && (cfg_strength_i inside {L128, L256})))
-1--2-StatusTests
00Not Covered
01Not Covered
10Not Covered

 LINE       254
 SUB-EXPRESSION ((cfg_mode_i == Sha3) && (cfg_strength_i inside {L224, L256, L384, L512}))
                 ----------1---------    ------------------------2-----------------------
-1--2-StatusTests
01Not Covered
10Not Covered
11Not Covered

 LINE       254
 SUB-EXPRESSION (cfg_mode_i == Sha3)
                ----------1---------
-1-StatusTests
0Not Covered
1Not Covered

 LINE       254
 SUB-EXPRESSION (((cfg_mode_i == Shake) || (cfg_mode_i == CShake)) && (cfg_strength_i inside {L128, L256}))
                 ------------------------1------------------------    ------------------2-----------------
-1--2-StatusTests
01Not Covered
10Not Covered
11Not Covered

 LINE       254
 SUB-EXPRESSION ((cfg_mode_i == Shake) || (cfg_mode_i == CShake))
                 ----------1----------    -----------2----------
-1--2-StatusTests
00Not Covered
01Not Covered
10Not Covered

 LINE       254
 SUB-EXPRESSION (cfg_mode_i == Shake)
                ----------1----------
-1-StatusTests
0Not Covered
1Not Covered

 LINE       254
 SUB-EXPRESSION (cfg_mode_i == CShake)
                -----------1----------
-1-StatusTests
0Not Covered
1Not Covered

 LINE       268
 EXPRESSION ((st == StIdle) && (st_d == StMsgFeed) && kmac_en_i)
             -------1------    ---------2---------    ----3----
-1--2--3-StatusTests
011Not Covered
101Not Covered
110Not Covered
111Not Covered

 LINE       268
 SUB-EXPRESSION (st == StIdle)
                -------1------
-1-StatusTests
0Not Covered
1Not Covered

 LINE       268
 SUB-EXPRESSION (st_d == StMsgFeed)
                ---------1---------
-1-StatusTests
0Not Covered
1Not Covered

 LINE       269
 EXPRESSION (cfg_prefix_6B_i != kmac_pkg::EncodedStringKMAC)
            ------------------------1-----------------------
-1-StatusTests
0Not Covered
1Not Covered

 LINE       399
 EXPRESSION (block_swcmd ? st : st_d)
             -----1-----
-1-StatusTests
0Not Covered
1Not Covered

 LINE       406
 EXPRESSION (((!app_active_i)) && (sw_cmd_i == CmdStart))
             --------1--------    -----------2----------
-1--2-StatusTests
01Not Covered
10Not Covered
11Not Covered

 LINE       406
 SUB-EXPRESSION (sw_cmd_i == CmdStart)
                -----------1----------
-1-StatusTests
0Not Covered
1Not Covered

 LINE       414
 EXPRESSION (sw_cmd_i == CmdProcess)
            ------------1-----------
-1-StatusTests
0Not Covered
1Not Covered

 LINE       426
 EXPRESSION (sw_cmd_i == CmdManualRun)
            -------------1------------
-1-StatusTests
0Not Covered
1Not Covered

 LINE       428
 EXPRESSION (sw_cmd_i == CmdDone)
            ----------1----------
-1-StatusTests
0Not Covered
1Not Covered

FSM Coverage for Module : kmac_errchk
Summary for FSM :: st
TotalCoveredPercent
States 6 0 0.00 (Not included in score)
Transitions 15 0 0.00
Sequences 0 0

State, Transition and Sequence Details for FSM :: st
statesLine No.CoveredTests
StAbsorbed 421 Not Covered
StIdle 429 Not Covered
StMsgFeed 409 Not Covered
StProcessing 415 Not Covered
StSqueezing 427 Not Covered
StTerminalError 454 Not Covered


transitionsLine No.CoveredTests
StAbsorbed->StIdle 429 Not Covered
StAbsorbed->StSqueezing 427 Not Covered
StAbsorbed->StTerminalError 454 Not Covered
StIdle->StMsgFeed 409 Not Covered
StIdle->StTerminalError 454 Not Covered
StMsgFeed->StIdle 459 Not Covered
StMsgFeed->StProcessing 415 Not Covered
StMsgFeed->StTerminalError 454 Not Covered
StProcessing->StAbsorbed 421 Not Covered
StProcessing->StIdle 459 Not Covered
StProcessing->StTerminalError 454 Not Covered
StSqueezing->StAbsorbed 435 Not Covered
StSqueezing->StIdle 459 Not Covered
StSqueezing->StTerminalError 454 Not Covered
StTerminalError->StIdle 459 Not Covered



Branch Coverage for Module : kmac_errchk
Line No.TotalCoveredPercent
Branches 52 0 0.00
TERNARY 399 2 0 0.00
CASE 190 12 0 0.00
IF 244 3 0 0.00
IF 252 3 0 0.00
IF 268 3 0 0.00
CASE 309 6 0 0.00
CASE 324 4 0 0.00
IF 391 2 0 0.00
CASE 404 13 0 0.00
IF 453 2 0 0.00
IF 457 2 0 0.00

WARNING: The source file /workspace/default/sim-vcs/../src/lowrisc_ip_kmac_0.1/rtl/kmac_errchk.sv' or '../src/lowrisc_ip_kmac_0.1/rtl/kmac_errchk.sv was not found/opened, so annotated branch coverage report could not be generated.

LineNo. Expression -1-: 399 (block_swcmd) ?

Branches:
-1-StatusTests
1 Not Covered
0 Not Covered


LineNo. Expression -1-: 190 case (st) -2-: 193 if ((!(sw_cmd_i inside {CmdNone, CmdStart}))) -3-: 200 if ((!(sw_cmd_i inside {CmdNone, CmdProcess}))) -4-: 206 if ((sw_cmd_i != CmdNone)) -5-: 213 if ((!(sw_cmd_i inside {CmdNone, CmdManualRun, CmdDone}))) -6-: 219 if ((sw_cmd_i != CmdNone))

Branches:
-1--2--3--4--5--6-StatusTests
StIdle 1 - - - - Not Covered
StIdle 0 - - - - Not Covered
StMsgFeed - 1 - - - Not Covered
StMsgFeed - 0 - - - Not Covered
StProcessing - - 1 - - Not Covered
StProcessing - - 0 - - Not Covered
StAbsorbed - - - 1 - Not Covered
StAbsorbed - - - 0 - Not Covered
StSqueezing - - - - 1 Not Covered
StSqueezing - - - - 0 Not Covered
StTerminalError - - - - - Not Covered
default - - - - - Not Covered


LineNo. Expression -1-: 244 if ((!rst_ni)) -2-: 245 if ((!block_swcmd))

Branches:
-1--2-StatusTests
1 - Not Covered
0 1 Not Covered
0 0 Not Covered


LineNo. Expression -1-: 252 if (((st == StIdle) && (st_d == StMsgFeed))) -2-: 254 if ((!(((cfg_mode_i == Sha3) && (cfg_strength_i inside {L224, L256, L384, L512})) || (((cfg_mode_i == Shake) || (cfg_mode_i == CShake)) && (cfg_strength_i inside {L128, L256})))))

Branches:
-1--2-StatusTests
1 1 Not Covered
1 0 Not Covered
0 - Not Covered


LineNo. Expression -1-: 268 if ((((st == StIdle) && (st_d == StMsgFeed)) && kmac_en_i)) -2-: 269 if ((cfg_prefix_6B_i != kmac_pkg::EncodedStringKMAC))

Branches:
-1--2-StatusTests
1 1 Not Covered
1 0 Not Covered
0 - Not Covered


LineNo. Expression -1-: 309 case (st)

Branches:
-1-StatusTests
StIdle Not Covered
StMsgFeed Not Covered
StProcessing Not Covered
StAbsorbed Not Covered
StSqueezing Not Covered
default Not Covered


LineNo. Expression -1-: 324 case (1'b1)

Branches:
-1-StatusTests
err_swsequence Not Covered
err_modestrength Not Covered
err_prefix Not Covered
err_entropy_ready Unreachable
default Not Covered


LineNo. Expression -1-: 391 if ((!rst_ni))

Branches:
-1-StatusTests
1 Not Covered
0 Not Covered


LineNo. Expression -1-: 404 case (st) -2-: 406 if (((!app_active_i) && (sw_cmd_i == CmdStart))) -3-: 414 if ((sw_cmd_i == CmdProcess)) -4-: 420 if (prim_mubi_pkg::mubi4_test_true_strict(sha3_absorbed_i)) -5-: 426 if ((sw_cmd_i == CmdManualRun)) -6-: 428 if ((sw_cmd_i == CmdDone)) -7-: 434 if (keccak_done_i)

Branches:
-1--2--3--4--5--6--7-StatusTests
StIdle 1 - - - - - Not Covered
StIdle 0 - - - - - Not Covered
StMsgFeed - 1 - - - - Not Covered
StMsgFeed - 0 - - - - Not Covered
StProcessing - - 1 - - - Not Covered
StProcessing - - 0 - - - Not Covered
StAbsorbed - - - 1 - - Not Covered
StAbsorbed - - - 0 1 - Not Covered
StAbsorbed - - - 0 0 - Not Covered
StSqueezing - - - - - 1 Not Covered
StSqueezing - - - - - 0 Not Covered
StTerminalError - - - - - - Not Covered
default - - - - - - Not Covered


LineNo. Expression -1-: 453 if (lc_ctrl_pkg::lc_tx_test_true_loose(lc_escalate_en_i))

Branches:
-1-StatusTests
1 Not Covered
0 Not Covered


LineNo. Expression -1-: 457 if (((st_d != StTerminalError) && prim_mubi_pkg::mubi4_test_true_strict(clear_after_error_i)))

Branches:
-1-StatusTests
1 Not Covered
0 Not Covered

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