Forum Discussion
Altera_Forum
Honored Contributor
13 years agoMy suggestion is to put these within the main architecture as signals, completely determined by constants:
RAG_max <= x"7FE"-PWM_DC_min-PWM_Crossover;
RAG_min <= x"802"+PWM_DC_min+PWM_Crossover;
I have had similar issues in the past and have resorted to this paradigm of VHDL implementation in Quartus. -James