build.run: implement SSH remote builds using Paramiko.
[nmigen.git] / nmigen / test / test_lib_coding.py
2019-11-28 whitequarkback.pysim: redesign the simulator.
2019-10-13 whitequark{,_}tools→{,_}utils
2019-08-19 whitequarkformal→asserts
2019-06-04 whitequarkClean up imports.
2019-04-21 whitequarkhdl.ir: detect elaboratables that are created but not...
2019-01-26 whitequarkhdl.ir: rename .get_fragment() to .elaborate().
2019-01-20 whitequarklib.coding: add GrayEncoder and GrayDecoder.
2018-12-27 whitequarklib.coding: fix tests to actually run, and fix code...
2018-12-26 whitequarklib.coding: port from Migen.