From 2e5c799566bb3e588db3ef3411a63eb58cb5733a Mon Sep 17 00:00:00 2001 From: YRabbit Date: Fri, 23 Dec 2022 17:14:26 +1000 Subject: doc: fix a mistype Signed-off-by: YRabbit --- docs/netlist.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/netlist.md b/docs/netlist.md index 43a96dde..6cff4a25 100644 --- a/docs/netlist.md +++ b/docs/netlist.md @@ -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. -- cgit v1.2.3