Skip to content

Commit

Permalink
Remove unused create override
Browse files Browse the repository at this point in the history
  • Loading branch information
tilk committed Mar 8, 2024
1 parent f109c83 commit e6ecefd
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions coreblocks/peripherals/wishbone.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e6ecefd

Please sign in to comment.