Forum Discussion
Altera_Forum
Honored Contributor
14 years agofirst of all, dual edge flip flops are not suitable for FPGA designs. I recommend you just double the clock rate and do it that way instead.
Secondly, you need to compare std_ulogics to '0' or '1', not 0 or 1. 0 is an integer, '0' is one of std_ulogic's enumerated types.