Forum Discussion
Altera_Forum
Honored Contributor
15 years agoThe standard may to do a flip flop in synthesizable VHDL is to create a process and put your code in a if rising_edge(clk) block. The wait statements in processes are usually not synthesizable.