hdl.{ast,cd,dsl,xfrm}: reject inappropriately used comb domain.
[nmigen.git] / nmigen / test / test_lib_io.py
2019-06-04 whitequarkClean up imports.
2019-06-03 whitequarklib.io: add i_clk and o_clk to pin layout with xdr>=1.
2019-06-03 whitequarklib.io: allow dir="oe".
2019-06-03 whitequarklib.io: allow Pin(xdr=0), representing a combinatorial...
2019-05-25 whitequarkhdl.rec: allow providing fields during construction.
2019-04-15 whitequarklib.io: rework TSTriple/Tristate interface to use pin_l...