Skip to content

Commit 2f81fef

Browse files
committed
Remove the i3c_io module along with its unit-tests
Internal-tag: [#76053] Signed-off-by: Maciej Kurc <[email protected]>
1 parent 113f6f1 commit 2f81fef

File tree

9 files changed

+0
-219
lines changed

9 files changed

+0
-219
lines changed

src/i3c.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_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

src/phy/i3c_io.sv

Lines changed: 0 additions & 39 deletions
This file was deleted.

verification/cocotb/block/i3c_phy_io/Makefile

Lines changed: 0 additions & 27 deletions
This file was deleted.

verification/cocotb/block/i3c_phy_io/i3c_phy_io_wrapper.sv

Lines changed: 0 additions & 73 deletions
This file was deleted.

verification/cocotb/block/i3c_phy_io/test_drivers.py

Lines changed: 0 additions & 63 deletions
This file was deleted.

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"""

verification/testplan/source-maps.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ testplans:
99
- verification/cocotb/top/lib_i3c_top/test_target_reset.py
1010
- pec:
1111
- verification/cocotb/block/recovery_pec/test_pec.py
12-
- drivers:
13-
- verification/cocotb/block/i3c_phy_io/test_drivers.py
1412
- CCC handling:
1513
- verification/cocotb/top/lib_i3c_top/test_ccc.py
1614
- width_converter_[N8]to[N8]:

0 commit comments

Comments
 (0)