Merge pull request #1069 from yrabbit/mistype

doc: fix a mistype
This commit is contained in:
myrtle 2022-12-27 15:32:09 +01:00 committed by GitHub
commit 0004cd54db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -42,8 +42,7 @@ It also implements functions for getting timing data, mirroring that of the Arch
## NetInfo
`NetInfo` instances have the following fields:\
`NetInfo` instances have the following fields:
- `name` is the IdString name of the net - for nets with multiple names, one name is chosen according to a set of rules by the JSON frontend
- `hierpath` is name of the hierarchical cell containing the instance, for designs with hierarchy
- `driver` refers to the source of the net using `PortRef`; `driver.cell == nullptr` means that the net is undriven. Nets must have zero or one driver only. The corresponding cell port must be an output and its `PortInfo::net` must refer back to this net.