Forum Discussion
Altera_Forum
Honored Contributor
15 years agoI know two ways:
the first one is the use of the syn_encoding synthesis directive that is something like: reg [4:0] state /* synthesis syn_encoding="user" */; the second one is through the menu: settings > Analysis & Synthesis and there you can set the state encoding as "user". Why don't you post a project that reproduces the problem?