Altera_Forum
Honored Contributor
10 years agoQuartus Compilation error
Hello,
I am getting a compilation error in Quartus II as: error (12153): can't elaborate top-level user hierarchy What is the possible cause? I have an always statement in my code as below: always @ (posedge clk or posedge reset or posedge enable) does this creating the problem? Please any one can help?