aboutsummaryrefslogtreecommitdiffstats
path: root/manual/PRESENTATION_ExSyn.tex
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2016-03-31 08:52:49 +0200
committerClifford Wolf <clifford@clifford.at>2016-03-31 08:52:49 +0200
commitec93680bd583b670e03ed98b4b1081eab8d0f3f6 (patch)
tree13219241e72932a6a4e540f6b86e8b3c9435d660 /manual/PRESENTATION_ExSyn.tex
parent1d0f0d668ade740c928c66c400476924abf62384 (diff)
downloadyosys-ec93680bd583b670e03ed98b4b1081eab8d0f3f6.tar.gz
yosys-ec93680bd583b670e03ed98b4b1081eab8d0f3f6.tar.bz2
yosys-ec93680bd583b670e03ed98b4b1081eab8d0f3f6.zip
Renamed opt_share to opt_merge
Diffstat (limited to 'manual/PRESENTATION_ExSyn.tex')
-rw-r--r--manual/PRESENTATION_ExSyn.tex4
1 files changed, 2 insertions, 2 deletions
diff --git a/manual/PRESENTATION_ExSyn.tex b/manual/PRESENTATION_ExSyn.tex
index b57063c9c..655720ebc 100644
--- a/manual/PRESENTATION_ExSyn.tex
+++ b/manual/PRESENTATION_ExSyn.tex
@@ -145,12 +145,12 @@ is a macro command that calls other commands:
\begin{lstlisting}[xleftmargin=0.5cm, basicstyle=\ttfamily\fontsize{8pt}{10pt}\selectfont, language=ys]
opt_expr # const folding and simple expression rewriting
-opt_share -nomux # merging identical cells
+opt_merge -nomux # merging identical cells
do
opt_muxtree # remove never-active branches from multiplexer tree
opt_reduce # consolidate trees of boolean ops to reduce functions
- opt_share # merging identical cells
+ opt_merge # merging identical cells
opt_rmdff # remove/simplify registers with constant inputs
opt_clean # remove unused objects (cells, wires) from design
opt_expr # const folding and simple expression rewriting