Skip to content

Commit 3627b94

Browse files
committed
ver: Add block/test_ccc nox entry
Signed-off-by: Wiktoria Kuna <[email protected]>
1 parent df45dbc commit 3627b94

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

verification/cocotb/noxfile.py

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -278,6 +278,20 @@ def i3c_axi_verify(session, test_group, test_name, coverage, simulator):
278278
verify_top(session, test_group, test_name, coverage, simulator)
279279

280280

281+
@nox.session(tags=["tests", "ahb", "axi"])
282+
@nox.parametrize("test_group", ["ccc"])
283+
@nox.parametrize(
284+
"test_name",
285+
[
286+
"test_ccc",
287+
],
288+
)
289+
@nox.parametrize("coverage", [coverage_types])
290+
@nox.parametrize("simulator", simulators)
291+
def ccc_verify(session, test_group, test_name, coverage, simulator):
292+
verify_block(session, test_group, test_name, coverage, simulator)
293+
294+
281295
@nox.session(tags=["tests", "ahb", "axi"])
282296
@nox.parametrize("test_group", ["ctrl_bus_timers"])
283297
@nox.parametrize(

0 commit comments

Comments
 (0)