mirror of
https://github.com/YosysHQ/yosys
synced 2025-07-31 00:13:18 +00:00
Renamed opt_share to opt_merge
This commit is contained in:
parent
1d0f0d668a
commit
ec93680bd5
8 changed files with 28 additions and 28 deletions
|
@ -16,13 +16,13 @@ passes that each perform a simple optimization:
|
|||
\item Once at the beginning of {\tt opt}:
|
||||
\begin{itemize}
|
||||
\item {\tt opt\_expr}
|
||||
\item {\tt opt\_share -nomux}
|
||||
\item {\tt opt\_merge -nomux}
|
||||
\end{itemize}
|
||||
\item Repeat until result is stable:
|
||||
\begin{itemize}
|
||||
\item {\tt opt\_muxtree}
|
||||
\item {\tt opt\_reduce}
|
||||
\item {\tt opt\_share}
|
||||
\item {\tt opt\_merge}
|
||||
\item {\tt opt\_rmdff}
|
||||
\item {\tt opt\_clean}
|
||||
\item {\tt opt\_expr}
|
||||
|
@ -130,7 +130,7 @@ This pass identifies unused signals and cells and removes them from the design.
|
|||
creates an \B{unused\_bits} attribute on wires with unused bits. This attribute can be
|
||||
used for debugging or by other optimization passes.
|
||||
|
||||
\subsection{The opt\_share pass}
|
||||
\subsection{The opt\_merge pass}
|
||||
|
||||
This pass performs trivial resource sharing. This means that this pass identifies cells
|
||||
with identical inputs and replaces them with a single instance of the cell.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue