1
0
mirror of https://github.com/YosysHQ/nextpnr.git synced 2026-04-29 05:15:02 +00:00

Rip out budgets

This commit is contained in:
rowanG077
2023-05-11 11:23:32 +02:00
committed by myrtle
parent 77afaf23a5
commit 914999673c
37 changed files with 16 additions and 279 deletions

View File

@@ -38,7 +38,6 @@ There is a dictionary `ctx.nets` that provides access to all of the nets in a de
A `PortRef` has three fields:
- `cell`: a reference to the cell the port is on
- `port`: the name of the port
- `budget`: the timing budget of the port
### Accessing cells
@@ -84,4 +83,3 @@ The value given to `setParam` and `setAttr` should be a string of `[01xz]*` for
## Constraints
See the [constraints documentation](constraints.md)