Rip out budgets

This commit is contained in:
rowanG077
2023-06-20 10:57:10 +02:00
committed by myrtle
parent 77afaf23a5
commit 914999673c
37 changed files with 16 additions and 279 deletions
-2
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)