Closed jeanthom closed 4 years ago
Getattr is omnipresent in LiteDRAM code and I think that it is generally a bad practice. We should use whenever possible arrays instead.
getattr has been removed in many places, but not everywhere because it would be too complicated.
Getattr is omnipresent in LiteDRAM code and I think that it is generally a bad practice. We should use whenever possible arrays instead.