Forum Discussion
3 Replies
- Altera_Forum
Honored Contributor
Hi,
Just wonder if you have tried to add your file to the Quartus II and then set this file as top level entity? It seems like Quartus II could not identify the top level file during compilation. - Altera_Forum
Honored Contributor
Hi
I set this file as top entity but still give this error. Thanks! - Altera_Forum
Honored Contributor
Hi
change always@(posedge csi_clockreset_clk or csi_clockreset_reset_n) to always@(posedge csi_clockreset_clk or negedge csi_clockreset_reset_n) and correct.