mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-07 19:51:23 +00:00
Added Yosys Manual
This commit is contained in:
parent
3650fd7fbe
commit
61ed6b32d1
48 changed files with 7949 additions and 1 deletions
26
manual/CHAPTER_Auxprogs.tex
Normal file
26
manual/CHAPTER_Auxprogs.tex
Normal file
|
@ -0,0 +1,26 @@
|
|||
|
||||
\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.
|
||||
|
||||
\section{yosys-svgviewer}
|
||||
|
||||
The {\tt yosys-svgviewer} tool is a small Qt program that can be used to view
|
||||
SVG files. This tool is automatically launched by the {\tt show} command when
|
||||
no {\tt -format} and no {\tt -viewer} option is passed to the command. See
|
||||
{\tt help show} or Sec.~\ref{cmd:show} for details.
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue