diff --git a/coreblocks/peripherals/wishbone.py b/coreblocks/peripherals/wishbone.py index de6f37f98..462fbbc88 100644 --- a/coreblocks/peripherals/wishbone.py +++ b/coreblocks/peripherals/wishbone.py @@ -52,9 +52,6 @@ def __init__(self, wb_params: WishboneParameters): } ) - def create(self, *, path: tuple[str | int, ...] = (), src_loc_at: int = 0): - return cast(WishboneInterface, PureInterface(self, path=path, src_loc_at=src_loc_at + 1)) - class WishboneInterface(AbstractInterface[AbstractSignature], Protocol): dat_r: Signal