diff options
author | Clifford Wolf <clifford@clifford.at> | 2014-11-08 10:59:48 +0100 |
---|---|---|
committer | Clifford Wolf <clifford@clifford.at> | 2014-11-08 10:59:48 +0100 |
commit | b9f2127f5d5a78bab74f511a71b6a369065a0383 (patch) | |
tree | 2ccdb4ed271153fa94524d8812dc67aa5cd88cd7 /manual/CHAPTER_Auxprogs.tex | |
parent | 420bc05627afe220102368fb29d717b429645869 (diff) |
Various documentation updates
Diffstat (limited to 'manual/CHAPTER_Auxprogs.tex')
-rw-r--r-- | manual/CHAPTER_Auxprogs.tex | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/manual/CHAPTER_Auxprogs.tex b/manual/CHAPTER_Auxprogs.tex index cce3741c..a0089382 100644 --- a/manual/CHAPTER_Auxprogs.tex +++ b/manual/CHAPTER_Auxprogs.tex @@ -17,3 +17,9 @@ The {\tt yosys-filterlib} tool is a small utility that can be used to strip or extract information from a Liberty file. See Sec.~\ref{sec:techmap_extern} 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 +compatibility issues between the two. + |