Forum Discussion
Altera_Forum
Honored Contributor
16 years agoDon't use BUFFER as a top level (or any level for that matter) signal type.
VCLK : BUFFER STD_LOGIC; --Video clock Almost everything in the process is dependent on the VCLK signal. I don't know if this is for sure the issue but you should avoid it.