mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-07 19:51:23 +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
|
@ -125,10 +125,6 @@ than one bit from \B{S} is set the output is undefined. Cells of this type are u
|
|||
``parallel cases'' (defined by using the {\tt parallel\_case} attribute or detected by
|
||||
an optimization).
|
||||
|
||||
The {\tt \$safe\_pmux} behaves similarly to the {\tt \$pmux} cell type. But when more than one bit
|
||||
of \B{S} is set, it is guaranteed that this cell type will output the value of the \B{A} input instead of
|
||||
an undefined value.
|
||||
|
||||
Behavioural code with cascaded {\tt if-then-else}- and {\tt case}-statements
|
||||
usually results in trees of multiplexer cells. Many passes (from various
|
||||
optimizations to FSM extraction) heavily depend on these multiplexer trees to
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue