diff options
author | Clifford Wolf <clifford@clifford.at> | 2014-09-06 11:46:44 +0200 |
---|---|---|
committer | Clifford Wolf <clifford@clifford.at> | 2014-09-06 11:46:44 +0200 |
commit | 34af6a130370671439da19ef55c2c45a35fd3ad0 (patch) | |
tree | a822cd8d8cd5aa7f732dcb71fa20e391872e885a /manual/CHAPTER_Techmap.tex | |
parent | e1743b3bac8c86f3cf857892dabf66bec5573a7a (diff) | |
parent | 652345c9cd41a6a93925477e44a6d7925b0d7584 (diff) | |
download | yosys-34af6a130370671439da19ef55c2c45a35fd3ad0.tar.gz yosys-34af6a130370671439da19ef55c2c45a35fd3ad0.tar.bz2 yosys-34af6a130370671439da19ef55c2c45a35fd3ad0.zip |
Merge branch 'master' of github.com:cliffordwolf/yosys
Diffstat (limited to 'manual/CHAPTER_Techmap.tex')
-rw-r--r-- | manual/CHAPTER_Techmap.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/CHAPTER_Techmap.tex b/manual/CHAPTER_Techmap.tex index 26632d0b5..e5c7456c4 100644 --- a/manual/CHAPTER_Techmap.tex +++ b/manual/CHAPTER_Techmap.tex @@ -32,7 +32,7 @@ the Yosys source tree. Additional features have been added to {\tt techmap} to allow for conditional mapping of cells (see {\tt help techmap} or Sec.~\ref{cmd:techmap}). This can -for example be usefull if the target architecture supports hardware multipliers for +for example be useful if the target architecture supports hardware multipliers for certain bit-widths but not for others. A usual synthesis flow would first use the {\tt techmap} pass to directly map |