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 ;) |
||
---|---|---|
.. | ||
actorlib | ||
bank | ||
bus | ||
fhdl | ||
flow | ||
genlib | ||
pytholite | ||
sim | ||
test | ||
util | ||
__init__.py |