[Libre-soc-bugs] [Bug 450] Create MMU from microwatt mmu.vhdl
bugzilla-daemon at libre-soc.org
bugzilla-daemon at libre-soc.org
Sun Aug 16 09:56:24 BST 2020
https://bugs.libre-soc.org/show_bug.cgi?id=450
--- Comment #60 from Luke Kenneth Casson Leighton <lkcl at lkcl.net> ---
(In reply to Cole Poirier from comment #57)
> > do not add "self." in front of them. they are local not members of the
> > class.
>
> They actually are members of the class, declared here:
none of them should have been made members of the class, because they're
all local variables, used locally.
the only reason to make variables members of a class is to modify them
externally, as part of the public and external API.
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the libre-soc-bugs
mailing list