mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-09 20:50:51 +00:00
user-facing spelling fixes
"speciefied" -> "specified" "unkown" -> "unknown"
This commit is contained in:
parent
c89f61c730
commit
7e6426a67d
2 changed files with 6 additions and 6 deletions
|
@ -3783,10 +3783,10 @@ The following node-types may be used:
|
|||
- the inverted value of the specified input port bit
|
||||
|
||||
[ "and", <node-index>, <node-index>, <out-list> ]
|
||||
- the ANDed value of the speciefied nodes
|
||||
- the ANDed value of the specified nodes
|
||||
|
||||
[ "nand", <node-index>, <node-index>, <out-list> ]
|
||||
- the inverted ANDed value of the speciefied nodes
|
||||
- the inverted ANDed value of the specified nodes
|
||||
|
||||
[ "true", <out-list> ]
|
||||
- the constant value 1
|
||||
|
@ -3817,7 +3817,7 @@ inferred by the following code:
|
|||
]
|
||||
|
||||
Future version of Yosys might add support for additional fields in the JSON
|
||||
format. A program processing this format must ignore all unkown fields.
|
||||
format. A program processing this format must ignore all unknown fields.
|
||||
\end{lstlisting}
|
||||
|
||||
\section{write\_smt2 -- write design to SMT-LIBv2 file}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue