Minor improvements in README
authorClifford Wolf <clifford@clifford.at>
Fri, 1 Mar 2019 22:29:17 +0000 (14:29 -0800)
committerClifford Wolf <clifford@clifford.at>
Fri, 1 Mar 2019 22:29:17 +0000 (14:29 -0800)
Signed-off-by: Clifford Wolf <clifford@clifford.at>
README.md

index 883f2b0a591a326c9b479ac9de7e977e509b22bd..f17046488d5b115519fa175f356cc06660fcb41a 100644 (file)
--- a/README.md
+++ b/README.md
@@ -34,11 +34,24 @@ compatible license that is similar in terms to the MIT license
 or the 2-clause BSD license).
 
 
-Web Site
-========
+Web Site and Other Resources
+============================
 
 More information and documentation can be found on the Yosys web site:
-http://www.clifford.at/yosys/
+- http://www.clifford.at/yosys/
+
+The "Documentation" page on the web site contains links to more resources,
+including a manual that even describes some of the Yosys internals:
+- http://www.clifford.at/yosys/documentation.html
+
+The file `CodingReadme` in this directory contains additional information
+for people interested in using the Yosys C++ APIs.
+
+Users interested in formal verification might want to use the formal verification
+front-end for Yosys, SymbiYosys:
+- https://symbiyosys.readthedocs.io/en/latest/
+- https://github.com/YosysHQ/SymbiYosys
+
 
 Setup
 ======