2013-07-20 08:19:12 -05:00
|
|
|
|
2015-08-14 03:56:05 -05:00
|
|
|
\chapter{Auxiliary Programs}
|
2013-07-20 08:19:12 -05:00
|
|
|
|
|
|
|
Besides the main {\tt yosys} executable, the Yosys distribution contains a set
|
|
|
|
of additional helper programs.
|
|
|
|
|
|
|
|
\section{yosys-config}
|
|
|
|
|
|
|
|
The {\tt yosys-config} tool (an auto-generated shell-script) can be used to
|
|
|
|
query compiler options and other information needed for building loadable
|
|
|
|
modules for Yosys. FIXME: See Sec.~\ref{chapter:prog} for details.
|
|
|
|
|
|
|
|
\section{yosys-filterlib}
|
|
|
|
\label{sec:filterlib}
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
2014-11-08 03:59:48 -06:00
|
|
|
\section{yosys-abc}
|
|
|
|
|
2020-04-27 14:08:45 -05:00
|
|
|
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
|
2014-11-08 03:59:48 -06:00
|
|
|
compatibility issues between the two.
|
|
|
|
|