amaranth/nmigen/build
whitequark d22b2c5604 build.plat: avoid type confusion in _check_feature.
Before this commit, `_check_feature(valid_xdrs=0)` would mean that
XDR buffers are not supported. Only `_check_feature(valid_xdrs=())`
was intended to be an indicator of that.
2020-10-15 08:56:09 +00:00
..
__init__.py build.{dsl,res,plat}: apply clock constraints to signals, not resources. 2019-06-05 08:52:30 +00:00
dsl.py build.dsl: allow strings to be used as connector numbers. 2020-01-31 03:11:34 +00:00
plat.py build.plat: avoid type confusion in _check_feature. 2020-10-15 08:56:09 +00:00
res.py build,vendor: never carry around parts of differential signals. 2020-07-31 18:41:59 +00:00
run.py build.run: implement SSH remote builds using Paramiko. 2020-08-26 22:49:49 +00:00