speed up ==, hash, <, >, <=, and >= for plain_data
[nmutil.git] / src / nmutil / test /
2022-10-13 Jacob Lifshaychange plain_data to ignore more base classes, so it...
2022-08-19 Jacob Lifshayautoformat all code
2022-08-18 Luke Kenneth Casso... i really hate f"....". replace with just bin(v) and...
2022-08-18 Luke Kenneth Casso... moved pop_count to its own separate module so that...
2022-08-16 Jacob Lifshayadd support for plain_data __repr__ with fields that...
2022-08-16 Jacob Lifshayadd fields and replace functions, like dataclasses...
2022-08-12 Jacob Lifshayfinish implementing @plain_data()
2022-08-11 Jacob Lifshaystart adding @plain_data() decorator
2022-08-05 Jacob Lifshayadd tree_reduction and pop_count based off of dead...
2022-05-05 Jacob Lifshayrewrite test_clz.py to actually test both CLZ and clz.
2022-04-09 Jacob Lifshayadd prefix sum render tests
2022-04-09 Jacob Lifshayadd prefix_sum and initial tests
2022-04-08 Jacob Lifshayformat code
2022-04-04 Jacob Lifshaymove clmul files into nmigen-gf.git
2022-03-27 Jacob Lifshayfix accidentally wrong copyright year
2022-03-27 Jacob Lifshayadd CLMulAdd and tests
2022-02-15 Andrey MiroshnikovFixed input shift reg signal name
2021-12-23 Jacob Lifshayredo grev
2021-12-22 Jacob Lifshayrewrite TreeBitwiseLut to actually use a tree rather...
2021-12-22 Jacob Lifshayadd copyright notices
2021-12-17 Luke Kenneth Casso... input is a keyword in python
2021-12-17 Luke Kenneth Casso... add NLnet Grant References
2021-12-17 Luke Kenneth Casso... * moved the grev formal correctness assertions into...
2021-12-17 Jacob Lifshayadd grev test and formal proof
2021-12-17 Jacob Lifshaymove do_sim and hash_256 to separate module
2021-12-02 Jacob Lifshayswitch test_lut to use FHDLTestCase
2021-11-17 Jacob Lifshayadd Array-based version of BitwiseLut, renaming old...
2021-11-17 Jacob Lifshayadd formal tests for BitwiseLut
2021-11-17 Jacob Lifshayadd BitwiseLut and tests
2021-11-04 Luke Kenneth Casso... bugfix new ReservationStations2
2021-10-09 Jacob Lifshayadd deduped
2021-08-24 Luke Kenneth Casso... likewise replace data_o with o_data and data_i with...
2021-08-24 Luke Kenneth Casso... big rename, global/search/replace of ready_o with o_rea...
2021-08-24 Luke Kenneth Casso... rename run_test to run_tst so nosetests3 skips it
2020-10-12 Luke Kenneth Casso... use unittest.TestCase rather than FHDLTestCase
2020-09-01 Cesar StraussMake GTKWave example self-contained
2020-08-29 Cesar StraussSimplify example, focusing on write_gtkw
2020-08-29 Cesar StraussMove write_gtkw from soc.experiment.alu_fsm
2020-07-13 Luke Kenneth Casso... import globally not locally.
2020-05-05 Michael NolanAdd Count Leading Zeros module to nmutil
2020-04-17 Jacob Lifshayadd flatten function
2020-04-03 Jacob Lifshaytests pass
2020-02-09 Luke Kenneth Casso... split out nmutil library based on ieee754fpu code