diff options
author | Clifford Wolf <clifford@clifford.at> | 2016-06-17 13:46:01 +0200 |
---|---|---|
committer | Clifford Wolf <clifford@clifford.at> | 2016-06-17 13:50:09 +0200 |
commit | 52bb1b968d4bfbbbd84eca88f0e80c486cc1a16e (patch) | |
tree | 59a78b1ea866b90e23c757bdba2c5c2680b9d636 /manual | |
parent | c3365034e9db8b6450db578daefd860276d5071f (diff) | |
download | yosys-52bb1b968d4bfbbbd84eca88f0e80c486cc1a16e.tar.gz yosys-52bb1b968d4bfbbbd84eca88f0e80c486cc1a16e.tar.bz2 yosys-52bb1b968d4bfbbbd84eca88f0e80c486cc1a16e.zip |
Added $sop cell type and "abc -sop"
Diffstat (limited to 'manual')
-rw-r--r-- | manual/CHAPTER_CellLib.tex | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/manual/CHAPTER_CellLib.tex b/manual/CHAPTER_CellLib.tex index c648eb1fe..f97d4ffa5 100644 --- a/manual/CHAPTER_CellLib.tex +++ b/manual/CHAPTER_CellLib.tex @@ -429,6 +429,10 @@ Add information about {\tt \$slice} and {\tt \$concat} cells. \end{fixme} \begin{fixme} +Add information about {\tt \$lut} and {\tt \$sop} cells. +\end{fixme} + +\begin{fixme} Add information about {\tt \$alu}, {\tt \$macc}, {\tt \$fa}, and {\tt \$lcu} cells. \end{fixme} |