X-Git-Url: https://mograsim.net/gitweb/?a=blobdiff_plain;f=docs%2Fmodel.md;h=d5ea8292341ebf45dca630460a5e18d77a54eec8;hb=HEAD;hp=e0d42747a908f9132405e8da55ba976f80afbbdb;hpb=f72e7f0706149d0413e7c607b861022ea7480cc1;p=Mograsim.git 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.