diff options
author | N. Engelhardt <nak@symbioticeda.com> | 2021-03-23 17:41:13 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-23 17:41:13 +0100 |
commit | 049e3abf9baf795e69b9ecb9c4f19de6131f8418 (patch) | |
tree | 7a25547cc993ab7039827639543cdb21b7117a13 /README.md | |
parent | 4a35f244aa6ac187610cae0014d261e38cbab550 (diff) | |
parent | d9ec35a526b9583727ef484ec68bc288dcddb0c8 (diff) | |
download | yosys-049e3abf9baf795e69b9ecb9c4f19de6131f8418.tar.gz yosys-049e3abf9baf795e69b9ecb9c4f19de6131f8418.tar.bz2 yosys-049e3abf9baf795e69b9ecb9c4f19de6131f8418.zip |
Merge pull request #2696 from nakengelhardt/guidelines
split CodingReadme into multiple files
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -44,7 +44,7 @@ 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 +The directory `guidelines` contains additional information for people interested in using the Yosys C++ APIs. Users interested in formal verification might want to use the formal verification |