Skip to content

Commit

Permalink
wishbone: fix docstring typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
jfng committed Feb 14, 2023
1 parent bddf5a8 commit d2185e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion amaranth_soc/wishbone/bus.py
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ class Decoder(Elaboratable):
Attributes
----------
bus : :class:`Interface`
CSR bus providing access to subordinate buses.
Wishbone bus providing access to subordinate buses.
"""
def __init__(self, *, addr_width, data_width, granularity=None, features=frozenset(),
alignment=0, name=None):
Expand Down

0 comments on commit d2185e3

Please sign in to comment.