1
0
mirror of https://github.com/YosysHQ/nextpnr.git synced 2026-04-25 20:01:22 +00:00

archapi: Add new API for global constant routing

Signed-off-by: gatecat <gatecat@ds0.me>
This commit is contained in:
gatecat
2023-10-18 15:57:33 +01:00
committed by myrtle
parent e3c44dd20a
commit fe52840054
8 changed files with 424 additions and 79 deletions

View File

@@ -340,6 +340,14 @@ chip. There may be significant performance impacts if routing regularly
exceeds these bounds by more than a small margin; so an over-estimate
of the bounds is almost always better than an under-estimate.
### IdString getWireConstantValue() const
If not an empty string, indicate this wire can be used to source nets
with their `constant_value` equal to its return value.
*BaseArch default: returns `IdString()`*
Pip Methods
-----------