diff options
author | Eddie Hung <eddie@fpgeh.com> | 2020-04-27 13:48:50 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-27 13:48:50 -0700 |
commit | a66200ed1d1741150092e89c94f5c25676e9e436 (patch) | |
tree | 272a1b637e14c800cffa880cc9f4d6d4b429789a /manual/CHAPTER_Auxprogs.tex | |
parent | eabc00de8b42ba541b2f45a7677746984067b77b (diff) | |
parent | c34d57de2e204653cd5b550de671376f9607773b (diff) | |
download | yosys-a66200ed1d1741150092e89c94f5c25676e9e436.tar.gz yosys-a66200ed1d1741150092e89c94f5c25676e9e436.tar.bz2 yosys-a66200ed1d1741150092e89c94f5c25676e9e436.zip |
Merge pull request #1946 from YosysHQ/eddie/yosyshq_abc
abc: use YosysHQ/abc instead of upstream berkeley-abc/abc
Diffstat (limited to 'manual/CHAPTER_Auxprogs.tex')
-rw-r--r-- | manual/CHAPTER_Auxprogs.tex | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/manual/CHAPTER_Auxprogs.tex b/manual/CHAPTER_Auxprogs.tex index 724d37f0b..f09b18f76 100644 --- a/manual/CHAPTER_Auxprogs.tex +++ b/manual/CHAPTER_Auxprogs.tex @@ -19,7 +19,8 @@ for details. \section{yosys-abc} -This is a unmodified copy of ABC \citeweblink{ABC}. Not all versions of Yosys -work with all versions of ABC. So Yosys comes with its own yosys-abc to avoid +This is a fork of ABC \citeweblink{ABC} with a small set of custom modifications +that have not yet been accepted upstream. Not all versions of Yosys work with +all versions of ABC. So Yosys comes with its own yosys-abc to avoid compatibility issues between the two. |