[Libre-soc-bugs] [Bug 1177] revert unauthorized change to pseudocode language

bugzilla-daemon at libre-soc.org bugzilla-daemon at libre-soc.org
Thu Nov 2 10:52:32 GMT 2023


https://bugs.libre-soc.org/show_bug.cgi?id=1177

--- Comment #18 from Luke Kenneth Casson Leighton <lkcl at lkcl.net> ---
(In reply to Jacob Lifshay from comment #17)

> actually, i'll just add __slots__ when fixing this bug, since it's one line
> of code and super easy:
> class SelectableInt:
>     __slots__ = 'value', 'bits', 'overflow', 'ok'
>     ...  # rest of class

pffh awesome.

> 
> deleting the log() calls is also pretty easy, i just haven't done it since i
> thought you'd complain about removing debugging code.

no it is really important, as when examining the behaviour, *not* writing
to the regfile is incredibly important to know, just as much as when it does.

remember when debugging i read the *entire* log, it's that complex a FSM,
knowing what gets called in what order is absolutely essential.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the libre-soc-bugs mailing list