diff options
author | Clifford Wolf <clifford@clifford.at> | 2014-02-07 17:44:57 +0100 |
---|---|---|
committer | Clifford Wolf <clifford@clifford.at> | 2014-02-07 17:44:57 +0100 |
commit | fc3b3c4ec3955b165166d9f44965fac0e1879505 (patch) | |
tree | 2552ece4d6e1709f7ef17d838b00f7f774faf95b /manual | |
parent | a1ac710ab8740ae781e0274f63633e8ed2650da4 (diff) | |
download | yosys-fc3b3c4ec3955b165166d9f44965fac0e1879505.tar.gz yosys-fc3b3c4ec3955b165166d9f44965fac0e1879505.tar.bz2 yosys-fc3b3c4ec3955b165166d9f44965fac0e1879505.zip |
Added $slice and $concat cell types
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 c8c2b6c6c..e7895521a 100644 --- a/manual/CHAPTER_CellLib.tex +++ b/manual/CHAPTER_CellLib.tex @@ -429,3 +429,7 @@ using the {\tt abc} pass. Add information about {\tt \$assert} cells. \end{fixme} +\begin{fixme} +Add information about {\tt \$slice} and {\tt \$concat} cells. +\end{fixme} + |