mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-29 22:40:12 +00:00
Progress in presentation
This commit is contained in:
parent
6d63f39eb6
commit
37cbb1ca60
5 changed files with 80 additions and 1 deletions
|
@ -361,6 +361,44 @@ this is known to work well.
|
|||
\end{columns}
|
||||
\end{frame}
|
||||
|
||||
\subsubsection{Handling constant inputs}
|
||||
|
||||
\begin{frame}{\subsubsecname}
|
||||
\begin{itemize}
|
||||
\item The special parameters {\tt \_TECHMAP\_CONSTMSK\_\it <port-name>\tt \_} and
|
||||
{\tt \_TECHMAP\_CONSTVAL\_\it <port-name>\tt \_} can be used to handle constant
|
||||
input values to cells.
|
||||
\medskip
|
||||
\item The former contains 1-bits for all constant input bits on the port.
|
||||
\medskip
|
||||
\item The latter contains the constant bits or undef (x) for non-constant bits.
|
||||
\medskip
|
||||
\item Example use-cases:
|
||||
\begin{itemize}
|
||||
\item Converting arithmetic (for example multiply to shift)
|
||||
\item Identify constant addresses or enable bits in memory interfaces.
|
||||
\end{itemize}
|
||||
\end{itemize}
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}[t]{\subsubsecname{} -- Example}
|
||||
\vbox to 0cm{
|
||||
\vskip5.2cm
|
||||
\hskip6.5cm\includegraphics[width=5cm,trim=0 0cm 0 0cm]{PRESENTATION_ExAdv/mulshift.pdf}
|
||||
\vss
|
||||
}
|
||||
\vskip-0.6cm
|
||||
\begin{columns}
|
||||
\column[t]{6cm}
|
||||
\vskip-0.4cm
|
||||
\lstinputlisting[basicstyle=\ttfamily\fontsize{7pt}{8pt}\selectfont, language=verilog]{PRESENTATION_ExAdv/mulshift_map.v}
|
||||
\column[t]{4.2cm}
|
||||
\vskip-0.6cm
|
||||
\lstinputlisting[basicstyle=\ttfamily\fontsize{8pt}{10pt}\selectfont, frame=single, language=verilog]{PRESENTATION_ExAdv/mulshift_test.v}
|
||||
\lstinputlisting[basicstyle=\ttfamily\fontsize{8pt}{10pt}\selectfont, frame=single, language=ys, lastline=5]{PRESENTATION_ExAdv/mulshift_test.ys}
|
||||
\end{columns}
|
||||
\end{frame}
|
||||
|
||||
\subsubsection{TBD}
|
||||
|
||||
\begin{frame}{\subsubsecname}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue