lib.memory: Memory.{r,w}_ports→.{read,write}_ports.
The abbreviated form was initially added to match `lib.fifo`, but it looks very out of place on `lib.memory`, and we may be moving away from such heavy use of abbreviations anyway. While technically a breaking change, these attributes have very narrow usefulness and so this change qualifies as "minor".
This commit is contained in:
parent
2333c5f0af
commit
6ce82848d9
3 changed files with 10 additions and 12 deletions
|
|
@ -131,9 +131,9 @@ Memories
|
|||
|
||||
.. automethod:: write_port
|
||||
|
||||
.. autoproperty:: r_ports
|
||||
.. autoproperty:: read_ports
|
||||
|
||||
.. autoproperty:: w_ports
|
||||
.. autoproperty:: write_ports
|
||||
|
||||
|
||||
Memory ports
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue