aboutsummaryrefslogtreecommitdiffstats
path: root/backends/json/json.cc
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2016-03-07 11:17:44 +0100
committerClifford Wolf <clifford@clifford.at>2016-03-07 11:17:44 +0100
commite7ed653771ab3483f988f4adfca5c635c10c3480 (patch)
tree07d7b978c7004de506407ce14ecbdf82b5d939d0 /backends/json/json.cc
parentc4aaed099f948f8212898faecfc0f09027347928 (diff)
parentb0ac32bc03b340b26e0d3bb778af1c915722abdf (diff)
downloadyosys-e7ed653771ab3483f988f4adfca5c635c10c3480.tar.gz
yosys-e7ed653771ab3483f988f4adfca5c635c10c3480.tar.bz2
yosys-e7ed653771ab3483f988f4adfca5c635c10c3480.zip
Merge branch 'master' of github.com:cliffordwolf/yosys
Diffstat (limited to 'backends/json/json.cc')
-rw-r--r--backends/json/json.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/backends/json/json.cc b/backends/json/json.cc
index 9bc936a6c..7d5ee58e8 100644
--- a/backends/json/json.cc
+++ b/backends/json/json.cc
@@ -411,10 +411,10 @@ struct JsonBackend : public Backend {
log(" - the inverted value of the specified input port bit\n");
log("\n");
log(" [ \"and\", <node-index>, <node-index>, <out-list> ]\n");
- log(" - the ANDed value of the speciefied nodes\n");
+ log(" - the ANDed value of the specified nodes\n");
log("\n");
log(" [ \"nand\", <node-index>, <node-index>, <out-list> ]\n");
- log(" - the inverted ANDed value of the speciefied nodes\n");
+ log(" - the inverted ANDed value of the specified nodes\n");
log("\n");
log(" [ \"true\", <out-list> ]\n");
log(" - the constant value 1\n");
@@ -445,7 +445,7 @@ struct JsonBackend : public Backend {
log(" ]\n");
log("\n");
log("Future version of Yosys might add support for additional fields in the JSON\n");
- log("format. A program processing this format must ignore all unkown fields.\n");
+ log("format. A program processing this format must ignore all unknown fields.\n");
log("\n");
}
virtual void execute(std::ostream *&f, std::string filename, std::vector<std::string> args, RTLIL::Design *design)