Forum Discussion
FvM
Super Contributor
1 month agoHi,
syn_encoding attribute works well for me, however I didn't check in this specfic Quartus version.
Sure your code follows Quartus state machine encoding template?
The only dedicated syn_encoding that I'm using in some cases is "safe". "Sequential" saves registers but uses more logic cells for internal decoding, an example with 31 states needs 39 extra logic elements for sequential compared to default one-hot encoding.
Regards
Frank