move clmul files into nmigen-gf.git
[nmutil.git] / src / nmutil / test /
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