From: Luke Kenneth Casson Leighton Date: Sat, 20 Jun 2020 11:02:33 +0000 (+0100) Subject: spelling correctinos X-Git-Tag: 24jan2021_ls180~7 X-Git-Url: https://git.libre-soc.org/?p=nmigen-soc.git;a=commitdiff_plain;h=dde1d769a66ad8908815fbaba45cf1b1be448be0 spelling correctinos --- diff --git a/nmigen_soc/wishbone/sram.py b/nmigen_soc/wishbone/sram.py index 030ad90..451f948 100644 --- a/nmigen_soc/wishbone/sram.py +++ b/nmigen_soc/wishbone/sram.py @@ -30,10 +30,10 @@ class SRAM(Elaboratable): the granularity, features and alignment as specified by their corresponding parameters. granularity : int or None - If the Wishbone bus is not sepcified, this is the granularity + If the Wishbone bus is not specified, this is the granularity of the Wishbone bus. Optional. See :class:`Interface`. features : iter(str) - If the Wishbone bus is not sepcified, this is the optional signal + If the Wishbone bus is not specified, this is the optional signal set for the Wishbone bus. See :class:`Interface`. Attributes