build.run: implement SSH remote builds using Paramiko.
[nmigen.git] / nmigen / test / test_hdl_ir.py
2020-07-28 Jacob Gravestests: fix remove unnecessary workaround for some unitt...
2020-04-24 awyglehdl.ir: typecheck `convert(ports=)` more carefully.
2020-02-06 whitequarkhdl.ir: type check ports.
2020-01-18 whitequarkhdl.ir: resolve hierarchy conflicts before creating...
2020-01-17 whitequarkhdl.xfrm: transform drivers as well in DomainRenamer.
2019-11-26 whitequarkhdl.ir: for instance ports, prioritize defs over uses.
2019-11-07 whitequarkhdl.ir: lower domains before resolving hierarchy conflicts.
2019-10-26 whitequarktest: use `#nmigen:` magic comment instead of monkey...
2019-10-13 whitequark{,_}tools→{,_}utils
2019-10-13 whitequarkhdl.ir: allow ClockSignal and ResetSignal in ports.
2019-10-13 whitequarkhdl.ir: cast instance port connections to Values.
2019-10-11 whitequarkConsistently use {!r}, not '{!r}' in diagnostics.
2019-08-19 whitequarkbuild.plat, hdl.ir: coordinate missing domain creation.
2019-08-19 whitequarkhdl.cd: implement local clock domains.
2019-08-03 whitequarkhdl.ir: allow adding more than one domain in missing...
2019-08-03 whitequarkhdl.ir: don't expose as ports missing domains added...
2019-08-03 whitequarkhdl.ir: allow returning elaboratables from missing...
2019-08-03 whitequarkhdl.ir: raise DomainError if a domain is used but not...
2019-08-03 whitequarkhdl.ir: call back from Fragment.prepare if a clock...
2019-08-03 whitequarkImprove test added in 29fee01f to not leak warnings.
2019-08-03 whitequarkhdl.ir: warn if .elaborate() returns None.
2019-06-28 whitequarkhdl.ir, back.rtlil: allow specifying attributes on...
2019-06-03 whitequarkhdl.ir: accept LHS signals like slices as Instance...
2019-06-03 whitequarkhdl.ir: accept expanded (kind, name, value) tuples...
2019-05-25 whitequarkConsider Instances a part of containing fragment for...
2019-05-15 whitequarkhdl.ir: when adding sync domain to a design, also add...
2019-05-13 whitequarkhdl.ir: during port propagation, defs should take prior...
2019-05-12 whitequarkhdl.ir: only pull explicitly specified ports to topleve...
2019-04-22 whitequarkhdl.ir: rework named port handling for Instances.
2019-02-14 whitequarkhdl.ir: raise a more descriptive error on non-elaborata...
2019-01-26 whitequarkhdl.ir: rename .get_fragment() to .elaborate().
2019-01-14 whitequarkhdl.ir: allow explicitly requesting flattening.
2018-12-26 whitequarkhdl.ir: add an API for retrieving generated values...
2018-12-22 whitequarkhdl.ir: flatten hierarchy based on memory accesses...
2018-12-22 whitequarkhdl.ir: fix port propagation between siblings, in the...
2018-12-21 whitequarkhdl.ir: fix port propagation between siblings.
2018-12-21 whitequarkhdl.ir: correctly handle named output and inout ports.
2018-12-20 whitequarkir: allow non-Signals in Instance ports.
2018-12-17 whitequarkfhdl.ir: add black-box fragments, fragment parameters...
2018-12-17 whitequarkhdl, back: add and use SignalSet/SignalDict.
2018-12-15 whitequarkhdl: appropriately rename tests. NFC.