Skip to content

Commit 7ce315e

Browse files
mkurc-antkgugala
authored andcommitted
Remove the i3c_io module along with its unit-tests
Internal-tag: [#76053] Signed-off-by: Maciej Kurc <[email protected]>
1 parent de4bc27 commit 7ce315e

File tree

3 files changed

+0
-14
lines changed

3 files changed

+0
-14
lines changed

src/i3c_controller.f

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
2929
${I3C_ROOT_DIR}/src/phy/buf_pp.sv
3030
${I3C_ROOT_DIR}/src/phy/bufs.sv
3131
${I3C_ROOT_DIR}/src/phy/i3c_phy.sv
32-
${I3C_ROOT_DIR}/src/phy/i3c_io.sv
3332
${I3C_ROOT_DIR}/src/csr/I3CCSR.sv
3433
${I3C_ROOT_DIR}/src/interrupt.sv
3534
${I3C_ROOT_DIR}/src/libs/axi_sub/i3c_axi_sub_arb.sv

src/i3c_target.f

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
${I3C_ROOT_DIR}/src/phy/buf_pp.sv
2626
${I3C_ROOT_DIR}/src/phy/bufs.sv
2727
${I3C_ROOT_DIR}/src/phy/i3c_phy.sv
28-
${I3C_ROOT_DIR}/src/phy/i3c_io.sv
2928
${I3C_ROOT_DIR}/src/csr/I3CCSR.sv
3029
${I3C_ROOT_DIR}/src/interrupt.sv
3130
${I3C_ROOT_DIR}/src/libs/axi_sub/i3c_axi_sub_arb.sv

verification/cocotb/noxfile.py

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -443,18 +443,6 @@ def ctrl_edge_detector_verify(session, test_group, test_name, coverage, simulato
443443
verify_block(session, test_group, test_name, coverage, simulator)
444444

445445

446-
@test(
447-
TestParams(
448-
["tests", "ahb", "axi", "target", "controller"],
449-
["i3c_phy_io"],
450-
["test_drivers"],
451-
simulator=["icarus" if s == "verilator" else s for s in simulators],
452-
)
453-
)
454-
def i3c_phy_io_verify(session, test_group, test_name, coverage, simulator):
455-
verify_block(session, test_group, test_name, coverage, simulator)
456-
457-
458446
@nox.session(reuse_venv=True)
459447
def lint(session: nox.Session) -> None:
460448
"""Options are defined in pyproject.toml and .flake8 files"""

0 commit comments

Comments
 (0)