From bb3789495a02583ae7b88ffcb131f3e7e9a2c688 Mon Sep 17 00:00:00 2001 From: Fabian Stemmler Date: Tue, 8 Oct 2019 18:41:35 +0200 Subject: [PATCH] Fixed typo in model.md --- docs/model.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/model.md b/docs/model.md index e0d42747..d5ea8292 100644 --- a/docs/model.md +++ b/docs/model.md @@ -4,7 +4,7 @@ Some components consist of other components and wires. The components contained Some wires carry one bit, and some carry multiple bits. -Each bit carried by a wire is one of 1, 0, U, Z, or X. These values are IEEE 1164-compilant. (We don't use H, L, or W.) +Each bit carried by a wire is one of 1, 0, U, Z, or X. These values are IEEE 1164-compliant. (We don't use H, L, or W.) See https://en.wikipedia.org/wiki/IEEE_1164 for an explanation of these values. Note: We also use X to denote illegal states. For example, when two components try to put different values on the D bus, the conflicting bits on the D bus will become X. -- 2.17.1