mirror of
https://github.com/YosysHQ/yosys
synced 2026-04-30 07:43:40 +00:00
Removed old doc references to $safe_pmux
This commit is contained in:
parent
ca87116449
commit
bf486002d9
2 changed files with 1 additions and 5 deletions
|
|
@ -136,7 +136,7 @@ This pass performs trivial resource sharing. This means that this pass identifie
|
|||
with identical inputs and replaces them with a single instance of the cell.
|
||||
|
||||
The option {\tt -nomux} can be used to disable resource sharing for multiplexer
|
||||
cells ({\tt \$mux}, {\tt \$pmux}, and {\tt \$safe\_pmux}). This can be useful as
|
||||
cells ({\tt \$mux} and {\tt \$pmux}. This can be useful as
|
||||
it prevents multiplexer trees to be merged, which might prevent {\tt opt\_muxtree}
|
||||
to identify possible optimizations.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue