litex/migen/test
Robert Jordens fe67210d77 migen.fhdl.size: add fiter(), fslice(), and freversed()
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 ;)
2013-12-03 21:36:33 +01:00
..
__init__.py migen/test: start unittests 2013-11-29 23:11:23 +01:00
support.py migen/test: if SimCase is a TestCase, it's run in every module that imports it 2013-12-02 12:43:14 +01:00
test_coding.py migen/test: if SimCase is a TestCase, it's run in every module that imports it 2013-12-02 12:43:14 +01:00
test_cordic.py genlib/cordic: cleanup, documentation, unittests 2013-12-02 12:56:24 +01:00
test_fifo.py migen/test: if SimCase is a TestCase, it's run in every module that imports it 2013-12-02 12:43:14 +01:00
test_size.py migen.fhdl.size: add fiter(), fslice(), and freversed() 2013-12-03 21:36:33 +01:00
test_sort.py genlib/sort: add bitonic, combinatorial sorter 2013-12-02 12:56:36 +01:00