Skip to content

Commit bea81bb

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

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
@@ -441,18 +441,6 @@ def ctrl_edge_detector_verify(session, test_group, test_name, coverage, simulato
441441
verify_block(session, test_group, test_name, coverage, simulator)
442442

443443

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

0 commit comments

Comments
 (0)