amaranth/nmigen/build
whitequark 3420b683a3 build.plat: skip clock constraints on unused signals.
It's not very nice to add more internal mutable state to Platform
related classes, but our whole approach for Platform is inherently
stateful, and other solutions (like changing every individual vendor
platform to check for unused signals) are even worse.

Fixes #374.
2020-05-20 05:35:47 +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: skip clock constraints on unused signals. 2020-05-20 05:35:47 +00:00
res.py build.res,vendor: place clock constraint on port, not net, if possible. 2020-02-06 23:37:15 +00:00
run.py Clarify a few comments. NFC. 2020-04-13 13:55:23 +00:00