mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
fe67210d77
do not overload __len__, __iter__, __reversed__ as not all valid expressions (ints and bools) have them. furthermore len([]) is and should be different from flen([]) (the later raises an error). keep __getitem__ as an exception that proves the rule ;) |
||
---|---|---|
.. | ||
__init__.py | ||
decorators.py | ||
edif.py | ||
module.py | ||
namer.py | ||
size.py | ||
specials.py | ||
std.py | ||
structure.py | ||
tools.py | ||
tracer.py | ||
verilog.py | ||
visit.py |