mirror of https://github.com/YosysHQ/yosys.git
20 lines
600 B
TeX
20 lines
600 B
TeX
|
|
||
|
\chapter{Auxilary Programs}
|
||
|
|
||
|
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.
|
||
|
|