Forum Discussion
Altera_Forum
Honored Contributor
12 years agoAC_SHIFTED is part of the state_type, and so has no specific value - the compiler will chose the value for you. If you want specific std_logic_vector values, you will need to specify them yourself.
You also get the error because you're trying to assign a value to an out port (you can only connect an output to a signal, not a constant or an input).