mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-06 01:24:10 +00:00
Added warning about adding fsm_encoding attributes to wires to manual
This commit is contained in:
parent
21659847a7
commit
d3f0d72427
|
@ -222,6 +222,10 @@ This heuristic has proven to work very well. It is possible to overwrite it by s
|
||||||
and setting \B{fsm\_encoding}{\tt = "none"} on registers that match the above criteria
|
and setting \B{fsm\_encoding}{\tt = "none"} on registers that match the above criteria
|
||||||
but should not be considered FSM state registers.
|
but should not be considered FSM state registers.
|
||||||
|
|
||||||
|
Note however that marking state registers with \B{fsm\_encoding} that are not
|
||||||
|
suitable for FSM recoding can cause synthesis to fail or produce invalid
|
||||||
|
results.
|
||||||
|
|
||||||
\subsection{FSM Extraction}
|
\subsection{FSM Extraction}
|
||||||
|
|
||||||
The {\tt fsm\_extract} pass operates on all state signals marked with the
|
The {\tt fsm\_extract} pass operates on all state signals marked with the
|
||||||
|
|
Loading…
Reference in a new issue